summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
Commit message (Collapse)AuthorAgeLines
* unifies namespace variants in exception handlingMichael Hirschler2017-12-03-1/+1
|
* Fix a bunch of typosHairyFotr2017-08-23-4/+4
|
* php: fix double language for arraysavimar2017-08-11-3/+1
|
* [PHP/en]Fix small typo in PHP English tutorial (#2761)Yerkebulan Tulibergenov2017-06-16-1/+1
|
* [php/en] Fix typo (#2590)Badal Surana2016-12-03-1/+1
|
* Add a missing semi-colon (#2572)Chung-Ping Huang2016-11-15-1/+1
| | | Add a missing semi-colon at Line 470
* [php/en] Normalize PHP code style a bit according to PSR-2 (#2518)Peter Kokot2016-10-26-14/+23
|
* Change curly braces statement (#1804)Ryan2016-06-16-0/+2
| | | The '$$' before the braces was a bit confusing. I added a couple lines that show that you have options on where the '$' goes when it comes to curly braces in strings.
* Merge pull request #1583 from AkshayKalose/patch-4ven2016-03-11-1/+14
|\ | | | | Add More Magic Methods in PHP
| * Fix Grammar and SyntaxAkshay Kalose2015-10-18-2/+2
| |
| * Add More Magic Methods in PHPAkshay Kalose2015-10-16-1/+14
| |
* | Update php.html.markdownPatrick Lee2016-02-18-1/+1
| | | | | | Changed var name to $associative
* | Update php.html.markdownPatrick Lee2016-02-18-3/+3
| | | | | | Moved to group with associative arrays.
* | Update php.html.markdownPatrick Lee2016-02-18-0/+3
| | | | | | Added reference to add an element to an associative array.
* | Merge pull request #1964 from lesaff/patch-1Adam Bard2016-01-06-0/+31
|\ \ | | | | | | Add PHP magic constants entry
| * | Add the rest of the magic constantsRudy Affandi2015-10-31-2/+26
| | |
| * | Add PHP magic constants entryRudy Affandi2015-10-31-0/+7
| | |
* | | Merge pull request #1944 from shrz/masterGeoff Liu2016-01-03-2/+4
|\ \ \ | |/ / |/| | [PHP/en] Add binary number example.
| * | Add binary number example.Anton Ivanov2015-10-31-2/+4
| | |
* | | Revert "[php/en]"Adam2015-10-31-4/+4
|/ / | | | | | | This reverts commit 5afca01bdfb7dab2e6086a63bb80444aae9831cb.
* | [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
|/