summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
Commit message (Collapse)AuthorAgeLines
* [php/en]Liam Demafelix2015-10-30-4/+4
| | | | Line 159 - echo isn't a function, print() is Line 337 - unneeded semicolon (it's a pre-test loop)
* Merge pull request #1736 from labrack/masterven2015-10-22-1/+1
|\ | | | | [php/en] Un-beef a comment block closing
| * [php/en] Un-beef a comment block closinglabrack2015-10-22-1/+1
| | | | | | Somebody beefed a closing on the 'Late Static Binding' Comment block, causing the next 18 or so lines to be included in the comment instead of parsed for syntax properly.
* | Merge pull request #1638 from xssc/patch-1Adam Bard2015-10-19-0/+10
|\ \ | |/ |/| [php/en] Added variable amount of parameters as of php 5.6+
| * capital letterSawyer Charles2015-10-18-1/+1
| |
| * Added variable amount of parameters as of php 5.6+Sawyer Charles2015-10-18-0/+10
| |
* | Add more examples and explanationsTom Duff2015-10-18-6/+13
|/ | | | | | Added some clarifying examples to sections on echo(), constants, and cleaned up formatting on others. Added further explanation about the spaceship operator.
* Merge pull request #1544 from Glutnix/php-late-static-bindingLevi Bostian2015-10-18-6/+43
|\ | | | | [php/en] Adds late static binding
| * Adds late static binding to PHP referenceBrett Taylor2015-10-16-6/+43
| |
* | Merge pull request #1535 from barendt/patch-1Levi Bostian2015-10-18-1/+1
|\ \ | | | | | | Remove an extraneous space
| * | Remove an extraneous spaceGreg Barendt2015-10-15-1/+1
| |/
* | Merge pull request #1578 from AkshayKalose/patch-2Adam Bard2015-10-18-9/+24
|\ \ | | | | | | Add Getting Parameters From Functions in PHP
| * | Fix Functions TabbingAkshay Kalose2015-10-16-17/+17
| | |
| * | Add Getting Parameters From Functions in PHPAkshay Kalose2015-10-16-0/+15
| |/
* | Fix GrammarAkshay Kalose2015-10-16-1/+1
| |
* | Update PHP with Additional InformationAkshay Kalose2015-10-16-1/+5
|/
* Merge pull request #1385 from gayanhewa/masterLevi Bostian2015-10-09-1/+36
|\ | | | | [php/en] Adding error handling
| * Update php.html.markdownGayan2015-10-07-0/+5
| |
| * Update php.html.markdownGayan2015-10-07-2/+2
| |
| * Adding exceptions and error handlingGayan2015-10-07-2/+32
| |
* | removing whitespace all overGabriel Halley2015-10-07-1/+1
|/
* Merge pull request #1300 from dhwanishah/javaPageChangeLevi Bostian2015-10-04-1/+1
|\ | | | | Added how to declare and initialize variables for single and multiple instances
| * unneeded change fixedDhwani Shah2015-10-02-2/+2
| |
| * Added section on how to declare and initialize both single varible and ↵Dhwani Shah2015-10-02-3/+1
| | | | | | | | multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit.
| * Added example of when string concatenation can also be helpful with ↵Dhwani Shah2015-10-02-0/+2
| | | | | | | | combination of strings with html tags as this is important to understand when templating say output code from a database transaction.
* | Merge pull request #1292 from micheleorselli/more-php-operatorsLevi Bostian2015-10-04-0/+20
|\ \ | |/ |/| [PHP] Adds some new php operators
| * adds some new php operatorsMichele Orselli2015-10-02-0/+20
| |
* | Merge pull request #1268 from jklein/patch-1Levi Bostian2015-10-02-0/+2
|\ \ | |/ |/| All class constants can be accessed statically
| * All class constants can be accessed staticallyJonathan Klein2015-10-01-0/+2
| |
* | Aligned the comment blockLuqi Pan2015-10-01-1/+1
|/
* add ; to php/entleb2015-05-14-1/+1
|
* Capitalize language names. See #137Geoffrey Liu2014-10-12-1/+1
|
* php: typoJakukyo Friel2014-01-17-1/+1
|
* fix typoRaul Brito2013-11-09-1/+1
|
* Fix typoArnel Bucio2013-09-15-1/+1
|
* Fixed line wrappingMatthew Johnston2013-09-08-11/+18
|
* Merge pull request #284 from ipscott/masterAdam Bard2013-08-31-0/+6
|\ | | | | Update php.html.markdown
| * Update php.html.markdownipscott2013-08-29-0/+6
| | | | | | added a better description for static functions and properties
* | Added unset function to arrays and variables.afaqurk2013-08-31-0/+8
| | | | | | Added the unset function to show the varying effects of deleting/removing variables and elements of an array.
* | spelling error on php function: var_dumb() = var_dump()afaqurk2013-08-31-1/+1
|/
* Correction to variable output of var_dump()Afaq2013-08-25-1/+1
|
* Updated PHP doc to include print_r() and var_dump()Afaq2013-08-25-0/+5
|
* Added visibility to static variable declarationsRob Vella2013-08-12-0/+5
|
* Fixed php and removed old VB fileAdam2013-08-02-2/+3
|
* Merge pull request #96 from paierlep/masterAdam Bard2013-08-01-1/+16
|\ | | | | added a few sentences about constants
| * Update php.html.markdownpaierlep2013-07-03-1/+1
| | | | | | ?> instead of ? >
| * Update php.html.markdownpaierlep2013-07-03-0/+15
| | | | | | a few sentences to constants
* | Cleaned up php metadata, added rackerAdam2013-07-15-2/+2
| |
* | Update php.html.markdownMurat Yüksel2013-07-09-9/+3
| | | | | | octal 019 and few syntax edits
* | adding a missing feature in PHP OOPFlorent2013-07-08-1/+8
| |