summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
Commit message (Collapse)AuthorAgeLines
* 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 #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
| |
* | Authors -> ContributorsAdam2013-07-03-2/+2
|/
* Ternary operator examplePaolo Mainardi2013-07-03-0/+5
|
* Clarify includes and open tags.Malcolm Fell2013-06-30-1/+1
| | | | If it's not PHP, it doesn't need the open tag.
* Merged in (and formatted line lenghts for) emarref's require commitAdam2013-06-29-10/+53
|
* Merged PHP review from emarrefAdam2013-06-29-72/+98
|
* Added filename parameterAdam2013-06-29-0/+1
|
* Massive edit on PHPAdam2013-06-29-292/+284
|
* tiny typo fixedchrisdowns2013-06-29-1/+1
|
* editsAdam2013-06-27-4/+5
|
* Merged emarref's changesAdam2013-06-27-25/+54
|\
| * Use sinlge line breaks for clarityMalcolm Fell2013-06-28-1/+2
| |
| * Correct syntax error declaring final methodMalcolm Fell2013-06-28-2/+3
| |
| * Replace tabs with spacesMalcolm Fell2013-06-28-38/+38
| |
| * Clarify anonymous functions as callbacks as argumentsMalcolm Fell2013-06-28-1/+5
| |
| * Add example of curryingMalcolm Fell2013-06-28-0/+17
| |
| * Make comparisons clearer when type jugglingMalcolm Fell2013-06-28-6/+11
| |
| * Make if statement result clearerMalcolm Fell2013-06-28-2/+2
| |
| * Add description of typecastingMalcolm Fell2013-06-28-0/+4
| |
| * Move reference operator to site next to variable, as per docsMalcolm Fell2013-06-28-1/+1
| |
| * Mention print is a language constructMalcolm Fell2013-06-28-0/+1
| |
| * Correct form of string concatenation.Malcolm Fell2013-06-28-1/+1
| |
| * Fix spelling error concatinated -> concatenatedMalcolm Fell2013-06-28-10/+10
| |
* | Fix up PHPAdam2013-06-27-62/+135
| |
* | Minor updatesAdam2013-06-27-4/+2
|/
* Add the PHP languageMalcolm Fell2013-06-27-0/+474