Commit graph

819 commits

Author SHA1 Message Date
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
Jakub Vrana
4ad8cfcfff Undocument __halt_compiler documented elsewhere
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196550 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-21 21:20:27 +00:00
Jakub Vrana
a1b018c99e Document __halt_compiler()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196519 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-21 12:43:14 +00:00
Jakub Vrana
b647e21d4b Converting arrays to object (bug #34500)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196452 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 14:15:14 +00:00
Jakub Vrana
982b0ff3f6 Sleep and wakeup example (bug #34397)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196444 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 12:50:10 +00:00
Noah Fontes
e0fe293930 Fixed bug #34390 (static members and methods really can be redefined in subclasses)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196253 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-17 14:52:32 +00:00
Jakub Vrana
178147e5b0 Wrong references are fatal since 5.0.5, not 5.1.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196217 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-16 23:01:50 +00:00
Jakub Vrana
aa24534b57 Warning about including remote files (bug #34406)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195343 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-07 11:31:45 +00:00
Jakub Vrana
579a518e3d Modifying array values (bug #34220)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194920 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-02 12:32:09 +00:00
Nuno Lopes
6efd1d0907 fix 34337: typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-01 20:40:53 +00:00
Jakub Vrana
f29b6cbdee Calling non-static methods statically (bug #34095)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194640 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-30 15:08:38 +00:00
Jakub Vrana
25af2e1607 Throwing exceptions from destructors is not allowed (bug #33598)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194573 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-29 15:58:52 +00:00
Jakub Vrana
ee03d7c8ef Protected properties are visible from parents too (bug #34060)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194572 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-29 15:51:56 +00:00
Gabor Hojtsy
739f806cce avoid 'not using' and 'using' in the same sentence
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194080 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-21 13:08:21 +00:00
Jakub Vrana
e1784a40f0 [ seems to be left associative (bug #34073)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193992 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-19 15:27:50 +00:00
Jakub Vrana
7da969f782 Different Types should be Various (spotted by Kit.Lester)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193969 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-19 10:03:06 +00:00
Dallas Wang
954972076c Change expr to expression
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192883 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-09 18:34:43 +00:00
Nuno Lopes
ae2ef28497 fix #34025: missing __isset and __unset
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192662 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-07 11:33:49 +00:00
Sean Coates
e59fe02c41 rename to 'Class Constants', and add to instance/constant statement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192329 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-03 18:21:30 +00:00