Commit graph

311 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
Daniel Egeberg
33f7afff50 Mentioning that shutdown functions and object destructors will be called even if exit() is called.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293992 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-25 15:28:23 +00:00
Mark Wiesemann
e363aaa5e0 coding standards fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293658 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-17 19:57:17 +00:00
Richard Quadling
aabc5b625c WS Tab removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293550 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-14 16:21:22 +00:00
Daniel Egeberg
3d0b4e7888 Fixed PHP bug #36172 (subclass serialization of parent private members).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293345 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-10 13:02:10 +00:00
Daniel Egeberg
959280f441 Fixes #50683 (missed one, sorry).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293198 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 00:56:22 +00:00
Daniel Egeberg
3920d3a607 Fixes #50683.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293197 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 00:54:57 +00:00
Daniel Egeberg
51d69396e5 Fixes #50637 (again)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292921 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-02 16:33:59 +00:00
Daniel Egeberg
5113d21d27 Fixes #50637.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292920 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-02 16:21:06 +00:00
Richard Quadling
964ef36e26 Added complete svn:keyword list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291698 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-04 09:42:19 +00:00
Richard Quadling
e42c3f382a Typo. Fix #50379
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291696 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-04 09:21:33 +00:00
Richard Quadling
0d2968f8e0 Autoload and exceptions work. Mostly. Fix#50250
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291300 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 11:00:11 +00:00
Jakub Vrana
77bda36109 Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291208 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-23 14:43:09 +00:00
Richard Quadling
83dfe8f4a6 Typo and link. Fix bug#50002
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289986 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-27 12:56:49 +00:00
Mark Wiesemann
b851244780 added missing period
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289308 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-07 21:37:38 +00:00
Florian Anderiasch
41dba5e202 added references to spl_autoload* - fix #49628
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289102 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-02 20:51:14 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Brandon Savage
3110d69f2f Adding serialization documentation stub for PHP 5 and changing links to point to PHP 5 documentation, rather than appendix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-23 20:09:24 +00:00
Brandon Savage
ab58c4db2e Adding information and example on inheritance as an OOP principle, per PHP-DOC discussion.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288590 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-22 21:33:16 +00:00
Torben Wilson
e0a9a1084e Minor clarity fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288506 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-21 07:24:05 +00:00
Nilgün Belma Bugüner
99270d79ee added svn properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288503 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-21 06:16:40 +00:00
Torben Wilson
baa9b54487 Un-fix the "fix" to the members. This fix would have limited the sense
of the wording to properties, when it applies to both properties and
methods.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288502 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-21 06:15:51 +00:00
Nilgün Belma Bugüner
8eb446821a fixed some members
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288501 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-21 06:03:30 +00:00
Nilgün Belma Bugüner
518bdc8a5f fixed some members
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288499 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-21 05:17:59 +00:00
Brandon Savage
05d68e4ea4 Updating mysql-insert-id documentation. More clearly explains why bigint will fail.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288440 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-18 18:04:29 +00:00
Brandon Savage
e93446e9b5 Adding information about method signatures and typehinting to PHP manual.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288352 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 17:39:58 +00:00
Torben Wilson
459f5061ab Standardize on the term "properties" instead of "members".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288219 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 05:07:22 +00:00
Torben Wilson
813758ad4f Cleaned up and made more reference-like.
Split docs for properties out into its own section.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288217 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-10 05:02:52 +00:00
Torben Wilson
1d625605fe Changed 'Autoloading Objects' to read 'Autoloading Classes'.
Addresses bug #49171.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288025 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-04 02:23:30 +00:00
Daniel Convissor
f104a53630 Clean up example titles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287874 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-29 04:46:31 +00:00
Daniel Convissor
c2bd4ff008 Change literal to function around method names.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287857 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 15:59:28 +00:00
Daniel Convissor
f417871e66 Add a note about chaining assignments, responding to several user notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287826 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 03:22:29 +00:00
Richard Quadling
bb2d79ed0c get_class's output is case sensitive.
Fix for bug #49385 

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287804 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 12:23:30 +00:00