Commit graph

68 commits

Author SHA1 Message Date
Damien Seguy
39f34e31d4 upgrade examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283362 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-02 21:52:02 +00:00
Damien Seguy
18b756c8e4 initial doc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283008 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-29 10:25:25 +00:00
Florian Anderiasch
911aec1fa7 fixed bug #48138
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279922 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-04 22:20:08 +00:00
Jakub Vrana
60c150b2b0 Headers aren't sent anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279636 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-30 23:31:06 +00:00
Philip Olson
d35a0da65d Changed namespace operator from :: to \ in example (spotted by lukas)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278152 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 01:51:02 +00:00
Arnaud Le Blanc
3c7e98c4e1 - Removed deprecation warning for ticks
- Updated ticks documentation


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277892 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-28 01:23:08 +00:00
Mehdi Achour
33452ee6b3 Add/move sections to changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277645 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 21:08:01 +00:00
Jakub Vrana
19a7b598e9 Anonymous functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277637 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 16:54:13 +00:00
Nilgün Belma Bugüner
d45ec112d6 fix example #3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269427 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-20 17:33:51 +00:00
Kalle Sommer Nielsen
78ec7e0511 Change examples to be somewhat better :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267343 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-15 04:24:08 +00:00
Kalle Sommer Nielsen
193329c660 * Added examples for:
* register_shutdown_function
 * get_magic_quotes_runtime
 * set_magic_quotes_runtime
 * zend_thread_id
 * is_nan
 * ignore_user_abort
 * define_syslog_variables
* Fix examples on syslog and __halt_compiler functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267310 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-14 03:07:20 +00:00
Felipe Pena
0f179a2c3b - Added new examples related to PHP 5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265632 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-29 12:47:25 +00:00
Kalle Sommer Nielsen
20a326f84d * Added caution note that ticks are deprecated as of 5.3
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
  * mktime() -- is_dst parameter is deprecated
  * register_tick_function()
  * mysql_db_query()
  * mysql_escape_string()
  * setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Gwynne Raskind
0cabbea3b0 func_get_arg(), func_get_args(), and func_num_args() can be used as parameters as of PHP 5.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260951 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-09 11:21:12 +00:00
Hannes Magnusson
0165d8412f crosslink get_declared_classes() & get_defined_classes()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257348 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-13 11:37:33 +00:00
Felipe Pena
15c3c8267e Fix example (add "static"); Add new example ("classname::method" as valid callback)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251282 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-25 00:02:31 +00:00
Felipe Pena
7edf6582c0 Add example related to namespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251191 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-23 19:06:10 +00:00
Jakub Vrana
0bbc0ae848 References (bug #43079)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246608 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 14:42:45 +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
c3ec854ec8 ref.funchand: switch to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230098 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-17 20:03:06 +00:00
Mehdi Achour
c87c5a1992 WS, prepapre for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230097 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-17 20:02:43 +00:00
Philip Olson
009395cfbc Miscellaneous formatting as per our guidelines:
Ex: windows->Windows, commandline->command line, webserver->web server
# Sorry translators, but it needed to be done


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229834 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 09:24:37 +00:00
Nuno Lopes
831e97d21f apply patch from #35652 by colder
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202737 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-12 23:03:57 +00:00
Friedhelm Betz
4be2b611d9 warning about ZTS, declare is not a function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197442 c90b9560-bf6c-de11-be94-00142212c4b1
2005-10-03 11:27:47 +00:00
Jakub Vrana
79ccef0414 Unknown is not a real function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196445 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 13:16:30 +00:00
Jakub Vrana
9a122ed83f See also (bug #34209)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194571 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-29 15:46:34 +00:00
Sean Coates
e4847a471d add note about using these functions as parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192331 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-03 20:28:13 +00:00
Jakub Vrana
5ace950dc8 Use foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 13:07:50 +00:00
Jakub Vrana
d7cff8e392 Fix return types (1/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189110 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 16:53:27 +00:00
Jakub Vrana
44b5e75356 Shutdown function is called after closing OB (bug #32648)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184202 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-12 08:07:46 +00:00
Jakub Vrana
6404b0143a Clarify that OB functions can't be used in the shutdown function (bug #32665)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184201 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-12 07:58:41 +00:00
Jakub Vrana
1ae2405bfb Headers are sent in shutdown function (inspired by bug #32406)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182708 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-23 10:38:20 +00:00
Sean Coates
f52af952f6 clarify return value (it's a copy)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179324 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-09 15:26:06 +00:00
Horst Schirmeier
7e76edf2d1 &listendand; entity added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177746 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-20 12:44:59 +00:00
Sean Coates
30f7de760e fix for bug #30207
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169055 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-23 18:13:46 +00:00
Aidan Lister
df75ab52c3 Added &seealso.callback; entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168426 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-12 09:50:12 +00:00
Sean Coates
3e151f42d7 grammar
# perhaps this should be an entity?


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168324 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 16:38:02 +00:00
Jakub Vrana
c54542ee8f Can't be used as a function parameter (bug #29967)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168312 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-10 14:50:48 +00:00
Jakub Vrana
af265f2a58 Working directory (bug #14251)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167379 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-27 09:36:29 +00:00
Jakub Vrana
2e0366aa4a Called as the part of the request (bug #20447)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167377 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-27 09:02:26 +00:00
Sean Coates
83304a07f6 grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166707 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 16:18:48 +00:00
Jakub Vrana
8214cac81b Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:15:21 +00:00
Jakub Vrana
3d2caccec6 Additional parameters can be passed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166651 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 07:48:37 +00:00
Curt Zirzow
918f77ae2e Fixed proto's to show variable number of args.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165723 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-08 01:30:40 +00:00
Jakub Vrana
ab9ab888cc Parameters are not passed by reference (bug #24931)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165569 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 22:16:44 +00:00
Jakub Vrana
6ea4be0850 See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164934 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-02 09:32:14 +00:00
Mehdi Achour
2eef67138a we already have this information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160603 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-05 14:33:24 +00:00
Damien Seguy
4c60253bab removing reference to obsolet functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155542 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-08 10:36:25 +00:00
Damien Seguy
73fe3f0f84 added see also, removed informal example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155399 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-06 15:15:19 +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