Sean Coates
3109183fde
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().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301637 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 02:59:12 +00:00
Daniel Egeberg
4ec895a92c
Fixed PHP bug #52445 (Require function documentation contains wrong error level)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301574 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-26 14:47:59 +00:00
Daniel Egeberg
8574a2c1bd
Documented constructor changes in PHP 5.3.3.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301474 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-22 17:47:40 +00:00
Richard Quadling
f1b4419dc7
Fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301447 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 16:48:15 +00:00
Richard Quadling
fdba617bc8
Added note about backward compatibility of extending exceptions for PHP < 5.3.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301446 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-21 16:02:05 +00:00
Peter Cowburn
8792fa38b4
corrected note re. "other syntaxes" versus single-quoted strings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301395 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 13:25:16 +00:00
Karoly Negyesi
ad9e3f2174
Documented the weird difference between classname::$foo and classname::$foo()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301351 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-17 18:48:15 +00:00
Richard Quadling
11fa904483
Fix build. Sorry!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301181 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 10:41:23 +00:00
Richard Quadling
75ce87e32c
Show the use $obj[] within an ArrayAccess interface.
...
Fix bug#52308
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301180 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-12 10:35:59 +00:00
Jakub Vrana
257719873b
Add PHP tags to <programlisting>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301115 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:58:13 +00:00
Richard Quadling
6f78fd0289
Show E_xxxx as constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301114 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:57:39 +00:00
Jakub Vrana
f453f7036c
Add PHP tags to <programlisting>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:38:38 +00:00
Mark Wiesemann
91ff02993b
- coding standards
...
- adding missing "public" modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300786 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-27 19:52:06 +00:00
Marco Cucinato
41c30ef618
Typo; uniformed example title to the others
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300695 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-23 15:21:16 +00:00
Richard Quadling
ad7a14cbe6
E_FATAL => fatal E_ERROR
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300375 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-11 11:52:31 +00:00
Daniel Egeberg
9491eaf09c
Explained that it is possible accessing private and protected members of other instances of the same object type.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300372 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-11 08:55:34 +00:00
Daniel Egeberg
0640e024d4
Fixed PHP bug #51978
...
for file in `ack -i '\bA\s+SQL' -l`; do perl -i -pe 's/\b(a)(\s+SQL)/\1n\2/gi' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300101 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-02 18:45:11 +00:00
Daniel Egeberg
4ff73f7555
Fixed PHP bug #51885 (Typo, provisio should read "provision")
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299619 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-22 08:27:29 +00:00
Philip Olson
5e05b9d6ea
Typo fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299561 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-21 06:09:04 +00:00
Philip Olson
6c9fa8b665
Added an OOP Changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299539 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-20 22:30:34 +00:00
Daniel Egeberg
afd3e0543e
Removed useless warning about a bug in versions prior to 4.1.0.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299538 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-20 22:24:07 +00:00
Daniel Egeberg
2b587ab01f
Normalized initializer NULL-values to use the &null; entity:
...
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Philip Olson
79930e5bd3
Removed documentation for private properties, as discussed on the list: http://markmail.org/message/go3tvlob2kds63cv
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298830 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-01 04:42:27 +00:00
Daniel Egeberg
d08c651831
Another fix for #51664 (Interfaces page gives unclear information about class constants)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298604 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-26 16:50:06 +00:00
Daniel Egeberg
e209aa52df
Fixed PHP bug #51664 (Interfaces page gives unclear information about class constants)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298601 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-26 16:26:50 +00:00
Peter Cowburn
6ba9448d71
updated number of 'other syntaxes'. fixes #51620
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298247 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-21 10:58:23 +00:00
Daniel Egeberg
61bb68cc6d
Fixed PHP bug #51550 ('Open php' tag at end of file causes 'syntax error, unexpected ')
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297962 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-13 14:23:28 +00:00
Peter Cowburn
8cd6280cc6
minor grammar improvements
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297948 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-13 08:54:43 +00:00
Daniel P. Brown
17e93774d1
Not *every* class definition matches this pattern, only basic classes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297937 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-12 23:06:29 +00:00
Hannes Magnusson
111a89d674
Fix version order
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297699 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-08 13:10:11 +00:00
Mark Wiesemann
c84d13055e
- Bug #51500 : Online documentation typo in OOP5 overloading
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297638 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 19:57:22 +00:00
Philip Olson
3e57d6ccfd
Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24:11 +00:00
Richard Quadling
bafb2042b6
Document array key => value operator assignment. Fix bug#51454
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297272 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-01 11:51:26 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Adam Harvey
11c3994c5a
Update to the integer type page to make it clearer how overflow works on 32-
...
and 64-bit systems and what the critical thresholds are. Prompted by
bug #51274 , although not an actual fix for it.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296829 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-26 06:50:18 +00:00
Daniel Egeberg
7df1c871ff
Fixed PHP bug #51340 (const keyword inside code blocks causes parse error)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296726 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 15:33:08 +00:00
Daniel P. Brown
a4ed29489b
As pointed out by "Robert P. J. Day" on PHP General ( http://news.php.net/php.general/303020 ), sentence could use a slight rework.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296457 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-20 01:13:06 +00:00
Daniel Egeberg
55ff6b6136
Clarified URL decoding.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296092 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-11 22:22:50 +00:00
Michael Wallner
0cc3ec8215
document the new backlog socket context option for stream_socket_server
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296080 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-11 16:52:05 +00:00
Daniel Egeberg
37894faed3
Fixed PHP bug #51177 (Iterator::key() return value should not say "integer 0 on failure")
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295890 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-06 13:31:15 +00:00
Daniel Egeberg
7b77d861a6
Fixed PHP bug #51218 (add red warning about floats on comparision operator page)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295889 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-06 13:20:17 +00:00
Richard Quadling
20bde54f0b
Add links between substr, substr_compare with single character access.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295733 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-02 13:22:58 +00:00
Daniel Egeberg
f5cf87b6e6
Fixing mistakes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295470 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 13:16:50 +00:00
Daniel Egeberg
a3371d8b3e
Fixed PHP bug #50870 (Constructor parameters do not have to match those of superclass constructor)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295468 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 12:44:37 +00:00
Daniel Egeberg
87423caa67
Corrected example (fixed PHP bug #51130 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295456 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 09:00:21 +00:00
Joey Smith
52846d4ff2
Apply user-patch from David Tajchreber, closes PHP Bug #38802
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295190 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 00:35:23 +00:00
Kalle Sommer Nielsen
2c2e877372
Fixed bug #50961 (Overloading: magic __get method can be created static in older PHP versions)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295144 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:39:03 +00:00
Mark Wiesemann
6f23625a02
fypo tix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295107 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-15 21:53:38 +00:00
Antony Dovgal
71a9cd7583
define $instance and make the example more clear
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294876 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-11 09:25:27 +00:00
Peter Cowburn
c85159b5fc
Added function foo to make references examples standalone. Fixes #50872
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294184 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-29 08:57:43 +00:00