Commit graph

837 commits

Author SHA1 Message Date
Etienne Kneuss
aa617da6c7 Fix #37776 (move from constants to define)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214823 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-15 11:11:31 +00:00
Etienne Kneuss
a1883180b5 Fix #37776 (constants cannot be referenced before being defined)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214603 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-11 08:53:15 +00:00
Horst Schirmeier
a72f69cc3e minor correction: not the "output" of foo() but the return value is stored in $a
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212701 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-09 18:18:34 +00:00
Philip Olson
e225b716c5 $str{42} isn't deprecated (yet?), but $str[42] is preferred. We'll mention that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212400 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-04 02:21:28 +00:00
Philip Olson
79349659b2 Expand $str[42] syntax info a little more, $str{42} deprecated as of PHP 6,
and adjust example accordingly


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212308 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-02 18:05:54 +00:00
Etienne Kneuss
427967c856 Fix #37258 (typos + add a reference to class/objects functions)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212245 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-01 14:30:50 +00:00
Jakub Vrana
cb6c61eeb8 Grammar (bug #37215)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212066 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-27 07:29:20 +00:00
Jakub Vrana
0d733ce0f2 Grammar (bug #37216)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212065 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-27 07:25:56 +00:00
Jakub Vrana
f42cd8487f Mention getClass() and other ReflectionFunction methods (bug #36916)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210615 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-03 15:31:21 +00:00
Oliver Albers
89359925e1 improved for new notes on bug #36877
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210404 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-30 15:01:11 +00:00
TAKAGI Masahiro
ba0d8a116d converted TAB to spaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210386 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-30 03:45:47 +00:00
Oliver Albers
7e0bd16290 bugs #30972 and #36841
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210383 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-30 02:28:19 +00:00
Oliver Albers
29cf2d82f2 bug #36877
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210382 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-30 02:09:58 +00:00
Jakub Vrana
6e4d10ffb6 heredoc must be followed by newline (bug #36682)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209256 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-13 11:01:37 +00:00
Philip Olson
c37c710bdf implemented user note: example variables such as $bool and $int may be confusing
to some users coming from C/Java, using $a_bool, $an_int, etc. instead.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208974 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-09 06:39:45 +00:00
Jakub Vrana
231ecff7d2 Not so large hexadecimals are converted to float (bug #36325)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208831 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-07 00:51:47 +00:00
Jakub Vrana
f4ab2c2307 Resource constants (bug #29534)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208827 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-07 00:29:13 +00:00
Jakub Vrana
e50b6153cf Mention create_function by callback (bug #36584)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208442 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-02 08:28:29 +00:00
Jakub Vrana
aa9426e7c0 Public in PHP 5.0 (spotted by David Grundl)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207751 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-22 13:26:05 +00:00
Nuno Lopes
b80fc168c4 fix #36280: only plain ascii characters can be incremented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207468 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-18 23:10:39 +00:00
Nuno Lopes
863001aa52 catch up with latest PHP 5.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207463 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-18 20:23:31 +00:00
Jakub Vrana
25f58004ab Give table ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207352 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-17 14:03:06 +00:00
Jakub Vrana
251d8ce566 __call can be private
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207054 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-13 11:22:15 +00:00
Friedhelm Betz
d17a4747ea link to get_included_files, user note hint
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207027 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-12 19:52:23 +00:00
Jakub Vrana
433e7d8c54 Assigning array resets the pointer (bug #36154)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206124 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-30 15:05:09 +00:00
Jakub Vrana
3d79dcf101 += for arrays (bug #36047)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205453 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-17 12:25:19 +00:00
Jakub Vrana
3d4404ac37 ReflectionObject
export parameters


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204949 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-11 10:24:59 +00:00
Noah Fontes
a8f1f4db85 Clarifications for bug #35832
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203971 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-30 03:45:11 +00:00
Sean Coates
382bf0a5fd better flow/grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203834 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-28 19:09:27 +00:00
Dave Barr
11055a8ad0 - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202396 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-08 12:10:54 +00:00
Jakub Vrana
89c0e893c0 Objects are passed by reference automatically (bug #35595)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202392 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-08 09:30:43 +00:00
Jakub Vrana
5368794cb9 \{$var} (bug #35527)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202245 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-06 15:20:41 +00:00
Jakub Vrana
5786b9e7f9 Typo (bug #35477)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201632 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-29 21:27:09 +00:00
Jakub Vrana
513333af47 Function names (bug #35454)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201581 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-29 13:23:20 +00:00
Jakub Vrana
86f52dd346 PHP examples syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200791 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 16:25:23 +00:00
Jakub Vrana
775387ca25 =& new produces E_STRICT since PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200790 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 16:20:48 +00:00
Nuno Lopes
e438f7b8da fix #33575: the example is a Parameterized Factory
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200775 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-18 11:14:24 +00:00
Rasmus Lerdorf
8d1d6291bd Make it explicit that this applies to both // and #
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200106 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-06 18:00:32 +00:00
Rasmus Lerdorf
7397252121 Fix up the wording a bit here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200016 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-05 08:08:34 +00:00
Jakub Vrana
e3e1b80869 __set_state magic method (bug #33203)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199894 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-03 10:45:48 +00:00
Jakub Vrana
a7a0ce13e3 instanceof checks parents and interfaces too (bug #34993)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199893 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-03 10:17:58 +00:00
Jean-Sébastien Goupil
e610eb1970 adding title to an 'big' example + adding ; at the end of a line
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199711 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-01 16:28:17 +00:00
Nuno Lopes
dbc2cfe684 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199701 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-01 14:47:10 +00:00
Jakub Vrana
770ae49343 Uninitialized variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199700 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-01 14:37:00 +00:00
Jakub Vrana
e3188601d5 Assigning references are not faster than lazy copy
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199618 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-31 15:04:12 +00:00
Jean-Sébastien Goupil
42498320e8 php role for programlisting missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199241 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-26 08:35:20 +00:00
Jean-Sébastien Goupil
ee0237cec3 transform if expression to look like while, for, ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199234 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-26 07:58:05 +00:00
Jakub Vrana
1f73c8cad8 Values must be static expressions (bug #34634)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198353 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-13 13:25:22 +00:00
Jakub Vrana
7023cf3643 include ./ searches only in cwd too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198250 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-12 13:04:10 +00:00
Gabor Hojtsy
fdbbac8403 last PHP closing tag is not required:
- give an example
 - give better reasons on when it might be helpful


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197095 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-27 18:22:19 +00:00