Commit graph

1392 commits

Author SHA1 Message Date
Philip Olson
dcac1cb0bf Fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304570 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 19:20:45 +00:00
Kalle Sommer Nielsen
962b413925 Fixed bug #51381 (Clarify class definition order importance for multiple levels of inheritance)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304561 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 10:25:27 +00:00
Richard Quadling
d25dd45e32 Classes ... is => Classes ... are.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304554 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 09:22:09 +00:00
Kalle Sommer Nielsen
a203d8319f Fixed bug #52716 (Interface difference between 5.2.6 and 5.3.2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304533 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 06:36:21 +00:00
Kalle Sommer Nielsen
0e03ced096 The curly-brackets-string-index-accessor-syntax does not emit any deprecation notice, although the
original notice have been on and off for PHP 5.x, it does not in the current version, thrus we should 
not label it as deprecated.

Related to bug #52254

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304518 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 00:17:32 +00:00
Kalle Sommer Nielsen
3247b212f4 Fixed bug #53054 (Strings variable parsing - complex syntax)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304495 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 04:25:38 +00:00
Kalle Sommer Nielsen
a2048ed42f Fixed bug #53058 (__autoload example #1)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304492 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-19 04:06:38 +00:00
Adam Harvey
c846e224e5 Updated the single quote paragraph to make it clearer and remove a special case
that isn't actually special. Initial rewording by Joey; my contribution is
mostly tinkering with punctuation and actually running "svn commit". ;)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304133 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-06 06:17:42 +00:00
Gustavo André dos Santos Lopes
55bde7eab9 - SSL context option capture_peer_chain is actually named capture_peer_cert_chain (fixes bug #52945).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303915 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-01 10:14:38 +00:00
Adam Harvey
683c98f646 Fix doc bug #52897 (Strings variable parsing - complex syntax).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303666 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-22 08:31:49 +00:00
Mark Skilbeck
9811734c18 Little clarification - [] *does* work for arrays and some objects ;) #52254
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303645 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-21 16:13:24 +00:00
Joey Smith
2b4587e389 Add an additional example of complex string syntax that doesn't work.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303636 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-21 00:30:34 +00:00
Gustavo André dos Santos Lopes
0c878e752f - Missed a "a" in previous commit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303546 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-19 07:03:08 +00:00
Gustavo André dos Santos Lopes
b579b724d1 - More precise description on how LSB works.
- Differences between $this-> and static:: in non-static contexts.
- Removed vague "edge cases" section, with an example that was not really surprising.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303545 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-19 06:58:29 +00:00
Philip Olson
03977edc1f Clarify __tostring() a little, and mention it must return a string.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303436 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-16 23:48:26 +00:00
Adam Harvey
0a3b308c70 Note that absolute paths on Windows can also start simply with \ and not
necessarily a drive letter.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303412 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-16 02:03:34 +00:00
Adam Harvey
383ede4297 Fix doc bug #52847 (Files to include are always searched for in current
directory).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303387 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-15 09:35:36 +00:00
Adam Harvey
dc9887a2ca Fix doc bug #51569 (Documentation of include missing fallback to calling
script's cwd) by adding clarifying note about the final fallback when including
a file.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303380 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-15 06:54:32 +00:00
Adam Harvey
910f0c46a5 Fix doc bug #52845 (Documentation wrong re includes with relative paths) by
adding clarifying text on what we actually mean by full and relative paths.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303377 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-15 03:55:24 +00:00
Gustavo André dos Santos Lopes
a46a05a003 - Its -> It's (closes bug #52817).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303289 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-12 11:45:09 +00:00
Richard Quadling
2907db7cac Define the scope of $http_response_header and improved example to reflect the scope. Fix #52582
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302335 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-16 11:20:33 +00:00
Daniel Egeberg
6e133c0d53 Fixed PHP bug #52494 (description of keyword "new")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302259 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-15 07:39:53 +00:00
Daniel Egeberg
de537ccab1 Better example for #52499
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302257 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-15 07:34:23 +00:00
Daniel Egeberg
966294f125 Fixed PHP bug #52499 (new keyword not fully documented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302256 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-15 07:29:10 +00:00
Mark Wiesemann
34464ad8dd two typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302165 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-12 19:31:03 +00:00
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