php-doc-en/language
2010-07-28 02:59:12 +00:00
..
context Fix version order 2010-04-08 13:10:11 +00:00
control-structures Fixed PHP bug #52445 (Require function documentation contains wrong error level) 2010-07-26 14:47:59 +00:00
figures added xkcd image to the goto docs 2009-06-14 22:03:29 +00:00
oop5 fix the iterator implementation. If the array contains a value of false, the previous implementation would bail (the valid() function issues current() which returns false, just as if the array returns false; the new implementation keeps its own index, so there's no need to use current(). 2010-07-28 02:59:12 +00:00
predefined Fix build. Sorry! 2010-07-12 10:41:23 +00:00
types corrected note re. "other syntaxes" versus single-quoted strings 2010-07-19 13:25:16 +00:00
basic-syntax.xml Fixed PHP bug #51550 ('Open php' tag at end of file causes 'syntax error, unexpected ') 2010-04-13 14:23:28 +00:00
constants.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
context.xml Normalized the sgml-default-dtd-file local-variable line for those 2009-09-25 07:04:39 +00:00
control-structures.xml Normalized the sgml-default-dtd-file local-variable line for those 2009-09-25 07:04:39 +00:00
exceptions.xml Fix build 2010-07-21 16:48:15 +00:00
expressions.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
functions.xml Documented the weird difference between classname::$foo and classname::$foo() 2010-07-17 18:48:15 +00:00
namespaces.xml Add PHP tags to <programlisting> 2010-07-09 09:58:13 +00:00
oop5.xml Added an OOP Changelog 2010-05-20 22:30:34 +00:00
operators.xml Typo; uniformed example title to the others 2010-06-23 15:21:16 +00:00
references.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
types.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
variables.xml Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468 2010-04-06 05:24:11 +00:00