Commit graph

246 commits

Author SHA1 Message Date
Leigh
ff896f6f4b 64-bit format codes added in 5.6.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335073 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-16 15:01:27 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Maciej Sobaczewski
f1177c82c0 Remove PHP 4 functions
It is mostly cleanup of versions.xml because most of PHP 4 functions were already removed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 08:41:15 +00:00
Maciej Sobaczewski
e41aab5eca Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Maciej Sobaczewski
8b5940cade Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Peter Cowburn
d67e339dea grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333176 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:49 +00:00
Yasuo Ohgaki
d55539cc0c Add security warning to uniqid() usage
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332733 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-26 06:26:48 +00:00
Hannes Magnusson
98ab5e232e Just updates the description to make it clear that the generated output is unspecified HTML and is subject to change. This establishes that the user should not have a particular expectation about the HTML generated, and also allows future changes. See: https://bugs.php.net/bug.php?id=23253
-- 
Provided by anonymous 37628 (aaron.hamid@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332597 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-11 23:07:07 +00:00
Yannick Torres
33040b3b1b Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-16 09:25:19 +00:00
Levi Morrison
783bb57259 Undoing last commit that removes the <para> tag. While this would fix the problem, this will not fix the millions of other similar entries that also break. Looking for another fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330680 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-26 19:46:11 +00:00
Levi Morrison
dd94dca1a2 Removed <para> because when you render into HTML a <p> tag cannot contain a list. This is still valid docbook format, but this is my first attempt at this type of change. I apologize if this breaks something.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330653 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-25 21:09:23 +00:00
Adam Harvey
55929e29ac Beef up the notes on the PHP 5.5 changes to pack() and unpack().
Specifically, I've added changelogs to the function pages (not sure how I
missed that to start with), expanded the discussion of what the changes are,
and moved them into the backward incompatible changes page, since they are.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329132 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-14 06:35:43 +00:00
Paul Reinheimer
1de1537fed - Correcting tyop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325534 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 13:21:33 +00:00
Paul Reinheimer
5ce6eb403f - Adding note about how uniqid() isn't a way to generate cryptographically secure tokens, and pointing users towards the openssl stuff.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325524 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 21:59:33 +00:00
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
c16824af57 Link INI
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324590 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-27 19:58:29 +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
2168f6f379 Usable without parentheses
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324521 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:00:39 +00:00
Adam Harvey
ea50a704ea Fix doc bug #61420 (more-entropy parameter description).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324347 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-19 02:53:18 +00:00
Nikita Popov
0d66a6cf2c Slightly cleanup eval() docs and add a Caution at the top encouraging to avoid eval().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321375 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-24 23:05:58 +00:00
Nikita Popov
bfd0220126 Remove an example of a *very* bad use case for eval()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321369 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-24 21:46:17 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Adam Harvey
b7586c35a9 Fix doc bug #54477 (Number of seconds may be _non-negative_ (>=0), it must not
be _positive_ (>0)).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310041 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-08 08:20:14 +00:00
Peter Cowburn
e1eb3dd782 fixed broken unpack() examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309256 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-15 15:48:27 +00:00
Derick Rethans
11026bdc3a - Fixed my typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308208 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 15:36:54 +00:00
Derick Rethans
693563124f Update pack() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308185 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 12:36:37 +00:00
Adam Harvey
6ef46c971e Updated the sleep() manual page to reflect the new Windows behaviour by
reintegrating some of the old return values text, adding a specific note based
on how SleepEx() is documented to behave on Windows, and adding a Changelog
section to document the pre-5.3.4 behaviour.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305811 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-29 03:21:50 +00:00
Adam Harvey
ca054293e9 Clarify sleep() return values further per bjori's e-mail and prod on IRC.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305766 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-26 10:03:03 +00:00
Adam Harvey
db3c4a1952 Fix doc bug #53409 (sleep() return NULL).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305764 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-26 09:19:16 +00:00
Gustavo André dos Santos Lopes
203f74c44e - Expanding on the large integers values and unsigned types. Tangentially related to bug #52729.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303052 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-05 09:59:08 +00:00
Peter Cowburn
8669246db5 added errors section to constant() (closes bug #51805)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299326 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-13 08:01:52 +00:00
Richard Quadling
b1ff25f2fb Integer exit statuses are not printed. Fix bug#51644
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298371 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-23 09:57:42 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +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
Richard Quadling
ba6cda5ad6 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294400 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:09:25 +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
Hannes Magnusson
392368f3c6 Typo (spotted by yannick)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293652 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-17 16:21:48 +00:00
Hannes Magnusson
24e7ff9053 Hopefully fixed bug#48803
"copy&paste" from an email from Rasmus to internals@ recently


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293645 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-17 14:45:59 +00:00
Kalle Sommer Nielsen
5d585f74b5 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293037 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-03 15:29:29 +00:00
Kalle Sommer Nielsen
ca9eb5417e Fixed bug #50471 (uniqid example is bad)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292616 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-25 00:24:47 +00:00
Jakub Vrana
de06591551 Case-insensitive are lower-case (bug #50184)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291296 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 09:59:32 +00:00
Richard Quadling
654eed1cb4 Fix example to reflect a float time for time-sleep-until. Fix bug#50039
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290143 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-02 10:59:27 +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
Jakub Vrana
bad28941c9 Missing fullstop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287969 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-02 13:36:20 +00:00
Nilgün Belma Bugüner
9a674654ec fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283823 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:02:54 +00:00
Kalle Sommer Nielsen
62b1861791 Fixed #47378 (Potential for total failure of uniqid() should be documented)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282864 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-27 10:24:43 +00:00
Damien Seguy
4ce84353b5 fix some spelling and entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282285 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-17 08:44:24 +00:00
Joey Smith
4fc4a9d089 Have example in docs us mt_rand() instead of rand()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279828 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-04 06:10:00 +00:00
Richard Quadling
50acba24dc its => it is
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278848 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 15:43:58 +00:00
Damien Seguy
9dea54ff19 fix spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278846 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-16 15:38:26 +00:00
Kalle Sommer Nielsen
6619613c2a Fixes #47853 (Typo in documentation for time_nanosleep function)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278201 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-03 03:03:34 +00:00
Kalle Sommer Nielsen
b508f205be Fixed #47751 (define() allows resources as values)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277625 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-23 11:20:17 +00:00
Mehdi Achour
87c78a53c8 Desambiguish and fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277538 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-21 11:12:57 +00:00
Richard Quadling
69ae2850df css => cssversion. Fix #46561
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276768 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-04 16:41:49 +00:00
Kalle Sommer Nielsen
4c156c81b6 Fixed #47528 (wrong example in ignore_user_abort())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276605 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-28 19:14:14 +00:00
Kalle Sommer Nielsen
664f7e6f0f Fixed #47508 (simplify wording on documentation page)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276573 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-27 16:09:07 +00:00
Hannes Magnusson
1a77e7c8ba - time_nanosleep() and time_sleep_until() available on Windows as of
PHP5.3.0
- Improve seealso for all the sleep functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273833 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-19 08:48:17 +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
Philip Olson
6bbdc5267f Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 04:22:48 +00:00
Arnaud Le Blanc
44df83211c Fixed #46555 (sleep() return value)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268994 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-14 14:50:44 +00:00
Jakub Vrana
f60082dcb0 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Kalle Sommer Nielsen
a5341a89a0 Fix examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267333 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-14 19:24:55 +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
Philip Olson
5362bdfc2d removed bogus parameter information (user note: ggiunta)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260119 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-21 21:29:28 +00:00
Daniel P. Brown
5c0d13666b Corrects some grammar issues.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254799 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-10 16:58:56 +00:00
Philip Olson
0613e50764 Added the parameter role/information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253373 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-21 01:38:53 +00:00
Philip Olson
d522d135a1 Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Felipe Pena
eb86a7d5da Add example for interface and class constant
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250060 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-07 10:48:52 +00:00
Paul Reinheimer
6b7b430216 Documented when a user abort will be detected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243402 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-02 18:42:57 +00:00
Martin Samesch
ab8158969f typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242069 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-02 14:29:50 +00:00
Jakub Vrana
a93823c167 Grammar (thanks to Mike Ford)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241381 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 01:59:28 +00:00
Jakub Vrana
a9f8caa4e8 Parse error (bug #41890)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241312 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 13:10:28 +00:00
Martin Samesch
94634669e9 tautologic..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241184 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-13 21:41:12 +00:00
Martin Samesch
878a73137b whether _or_ if
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241132 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-12 13:03:38 +00:00
Nick Berard
ca34015b68 Removed reference to PHP3.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240057 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-21 05:36:52 +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
Maciek Sokolewicz
428cf53a8c define() also allows null and boolean values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234604 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-27 11:10:29 +00:00
Maciek Sokolewicz
49880cd19a Added a note that only scalar values are allowed as the value of constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234592 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-27 07:54:37 +00:00
Etienne Kneuss
cd03365a66 Document language constructs using the entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@231543 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-09 23:23:18 +00:00
TAKAGI Masahiro
1e2eea75fe typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230727 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-25 01:51:37 +00:00
Mehdi Achour
e05412a45f missing role
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230201 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-19 00:06:20 +00:00
Mehdi Achour
b530ac7a60 ref.misc: switch to new docstyle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230198 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-19 00:04:49 +00:00
Mehdi Achour
87176f4374 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230197 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-19 00:04:48 +00:00
Richard Quadling
77325497f7 #40194 Typo fix secondes => seconds
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227898 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-22 15:48:48 +00:00
Horst Schirmeier
8518c732c2 typos: instalation -> installation, etc.. -> etc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223184 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-11 19:02:47 +00:00
Antony Dovgal
8bf28433e7 add a note to time_sleep_until() to prevent confusion
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218340 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-17 13:39:09 +00:00
TAKAGI Masahiro
79ccd2aaca made it more clear that the non-prefix version works only in PHP 5 and later (thanks tetuo-san).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@215274 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-23 21:22:07 +00:00
Etienne Kneuss
c214a4b007 die is not a function, and equivalent to exit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214932 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-16 18:41:44 +00:00
Etienne Kneuss
aa617da6c7 Fix #37776 (move from constants to define)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214823 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-15 11:11:31 +00:00
Jean-Sébastien Goupil
40bade7d6c removed unwanted space
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213658 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-24 15:50:37 +00:00
Oliver Albers
e07050a924 rewording to simplify the text
thanks for the hint :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213654 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-24 15:18:38 +00:00
Oliver Albers
1de8712abe Added some words about how to mix HTML and PHP code within eval
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213639 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-24 10:47:16 +00:00
Jakub Vrana
c42447f25d Can't be used together with OB callback (bug #36563)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208834 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-07 01:12:15 +00:00
Nuno Lopes
ea329a3419 new function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207502 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-19 12:54:31 +00:00
Jakub Vrana
2f4bd8c66b Use original header (bug #34683)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197208 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-30 08:30:43 +00:00
Jakub Vrana
3fc282957e Document __COMPILER_HALT_OFFSET__
Fix example (PHP_EOL doesn't respect the file format)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196551 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-21 21:25:24 +00:00
Jakub Vrana
47ae87650c Works with class constants (bug #34049)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196447 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 13:25:02 +00:00
Jakub Vrana
2bed4f6ded Fix return types (2/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00