Commit graph

51 commits

Author SHA1 Message Date
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Jakub Vrana
5faa7a6747 Document and use callable type hint introduced in PHP 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Daniel Egeberg
3e2947ca55 Improved example in set_error_handler(). Fixes PHP bug #52338.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301531 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-25 11:20:19 +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
fb3676153f Fixed doc bug #50849 (set_error_handler claims it makes error_reporting() settings have no effec)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294084 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-27 12:26:37 +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
Nilgün Belma Bugüner
605fe4df23 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283808 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:57:16 +00:00
Jakub Vrana
5730e7a2fa Initializers - part 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273648 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:14:26 +00:00
Hannes Magnusson
2557e888bb Add seealso ErrorException
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269061 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-15 18:22:07 +00:00
Simion Onea
b0ce16a36f Added a semicolon after &null
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268104 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-01 07:57:50 +00:00
Kalle Sommer Nielsen
bc81b2bc29 Fixed #45628 (set_error_handler() return type wrongly documented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268101 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-01 06:11:19 +00:00
Hannes Magnusson
5cd5661448 Use proper markup for variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265362 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:40:25 +00:00
Jakub Vrana
8e063d6a8d Returning false from callback (bug #41680)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241384 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 02:28:56 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
022241dd1a Clean up files (ws, missing roles, layout)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229000 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 22:49:08 +00:00
Hannes Magnusson
17ebd5b70a Fix example and add some whitespace to make it readable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227237 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-14 19:43:52 +00:00
Hannes Magnusson
b402661349 Fixed bug#40057 (merge 5.2.0 $php_errormsg changes into documentation)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226736 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-08 10:31:05 +00:00
Dave Barr
c8e821cf05 - Fix example output + typo (bricebhb)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211993 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-26 01:10:20 +00:00
Jakub Vrana
f6dc3a0443 User error handler must not modify error context (bug #35459)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201582 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-29 13:25:45 +00:00
Jakub Vrana
9eb72ca307 Returns NULL in case of an error (bug #35100)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199960 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-04 14:12:16 +00:00
Philip Olson
a0fb692b2c ref.errorfunc: Implemented the new doc style, and rewording where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185011 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-24 23:19:35 +00:00
Philip Olson
267173c6c0 WS, preparation for the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184982 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-24 15:36:00 +00:00
Gabor Hojtsy
5f343aab92 get rid of confusing shortcuts
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183650 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-05 11:26:15 +00:00
Jakub Vrana
363d447203 errno is parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183555 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-04 09:28:20 +00:00
Jakub Vrana
85e5332941 Most of E_STRICT are raised at the compile time (bug #31919)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179747 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-14 09:02:44 +00:00
Horst Schirmeier
21d3994f71 callback type "see also" added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177745 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-20 12:44:05 +00:00
Yannick Torres
597c9e6b87 use more entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171848 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 16:40:58 +00:00
Jakub Vrana
a1ddba3e96 rtrim($refpurpose, '.')
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Mehdi Achour
f8cf1cc241 fix for #25543 : set_error_handler returns mixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162242 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-28 15:53:36 +00:00
Mehdi Achour
73936df3de added E_STRICT
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158296 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-10 10:45:25 +00:00
Kenneth Schwartz
5a57036bcc Bug #27941: signature of the error handler function is not documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155735 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-10 17:51:08 +00:00
Derick Rethans
943e655fc9 - Document 2nd parameter to set_error_handler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150711 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-07 19:02:34 +00:00
Mehdi Achour
45a0f65851 CS : Function declarations follow the 'one true brace' convention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148756 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 12:43:50 +00:00
Mehdi Achour
e8844eadb3 some more CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 17:46:56 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Friedhelm Betz
3d122fed4c remove user_error from see also
added link to error constants in see also


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145287 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-01 11:46:50 +00:00
Mehdi Achour
477aa9f95c adding role attribute and php tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138007 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 18:59:12 +00:00
Nicolas Chaillan
b02c19cf48 ws and typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131646 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-15 10:11:32 +00:00
Mehdi Achour
4a696b6e62 some typos and ucfirst()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131579 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-14 17:48:17 +00:00
Derick Rethans
dc42ab80a3 - Layout
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125879 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-05 17:38:24 +00:00
Hartmut Holzgraefe
e22d9639b8 ongoing changes to callback pseudo-type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101469 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 20:40:42 +00:00
Markus Fischer
7906b09b5d - Mention since which version object callbacks are available.
Closes #19843.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@99136 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-10 13:48:14 +00:00
Sander Roobol
b3ba911c4e set_error_handler() can receive an array with an object reference and a
methodname


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93014 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-22 12:36:22 +00:00
Hartmut Holzgraefe
dfa3553b43 sample code had a parse error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91770 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-13 09:56:31 +00:00
Andrioli Darvin
28f478e239 Fix the use of define inside the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90048 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-27 12:11:45 +00:00
Jan Lehnardt
60f83a4381 - fix #16640
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87971 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 18:25:40 +00:00
Markus Fischer
6d6e6e0232 - Document which error types can't be handled.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85199 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 21:24:20 +00:00
Gyozo Papp
382c740d5d correct link to ini.error-reporting & typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79302 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-21 13:43:52 +00:00
Hartmut Holzgraefe
5b9fc29465 revision tags added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00