You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add a page for demonstrating the syntax highlighting with PHP. Find
attached a 34 line PHP script that demonstrates all the common syntax features
of the language, including:
Standard and alternate if/else formats
Accessing instance and static class members from within the class
Accessing instance and static class members from outside the class
The use of common operators: == !== . += && || <
Associative array syntax =>
Constant definitions
HTML output in an echo statement
Inline SQL
Function's default parameter values
All comment types
Original issue reported on code.google.com by dotancohen on 9 May 2012 at 8:10
Original issue reported on code.google.com by
dotancohen
on 9 May 2012 at 8:10Attachments:
The text was updated successfully, but these errors were encountered: