Commit graph

654 commits

Author SHA1 Message Date
Dean Sas
5a86bbeb66 Document that mkdir can trigger an E_WARNING
Fixes bug #65388


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332344 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-11 00:45:52 +00:00
Adam Harvey
961e402431 Note that the file returned by tmpfile() may be closed once out of scope.
Fixes doc bug #66014 (tmpfile() file deleted prematurely).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332039 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-01 00:48:29 +00:00
Joe Watkins
fdb3ba81dd #65855 wrong function name in warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331967 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 16:00:40 +00:00
Chris Wright
2507bd51b8 Added more information about what the realpath_cache_size config option represents and added See Also link to the config option from the function of the same name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331297 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-05 10:24:19 +00:00
Hannes Magnusson
4670bf1c17 One notes section is enough
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 05:01:55 +00:00
Joe Watkins
df82590e9c implied type incorrect #65271
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331153 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 05:41:50 +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
Jakub Vrana
7bb8bcb294 Delete dummy delete() synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330258 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 02:07:47 +00:00
Peter Cowburn
f1fc2fa14c typofix: return -> returns (doc #64700, patch from mightyuhu)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330184 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-07 07:24:17 +00:00
Karoly Negyesi
49d54fd72a added a note about multiple extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329390 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-01 06:08:25 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Joe Watkins
821c5e40e7 #61974 edit errors section to include E_WARNING on not found info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329305 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-26 11:26:56 +00:00
Sherif Ramadan
6c29c4c401 Added return false problem warning. Fixes bug #63209.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329280 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-23 15:26:00 +00:00
Adam Harvey
c588cc8011 Use the signed 32 bit integer entity to handle ftell() returning negative
numbers.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328615 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:06:44 +00:00
Adam Harvey
5c96ba57d9 Update the rename() description to note that it overwrites and moves between
directories.

Fixes doc bug #63473 (rename rename).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328311 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:00:58 +00:00
Adam Harvey
919cdfc8de Tweak the wording of the symlink() note to make it clearer that, while it
refers to Windows users, symlink() itself works cross-platform.

Fixes doc bug #63385 (Confusing wording Symlink Documentation).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328192 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-30 06:08:52 +00:00
Yannick Torres
3a8dc25d68 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Yannick Torres
00649f549f Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328079 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-19 09:28:27 +00:00
Adam Harvey
fdccfb5a64 Grammar fix arising from r327743 (thanks to bjori for pointing it out).
Additionally, make the notes actual note elements, and reorder the changelog to
be in the usual descending order, since I already have the file open.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327758 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-24 03:54:38 +00:00
Adam Harvey
1ad5ef04d9 Add pathinfo() to the see also list on filetype(), since we got a user note
over the weekend that suggests that people who find filetype() might actually
want pathinfo() instead.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327757 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-24 01:32:33 +00:00
Jakub Vrana
fa99d27fdb File functions with directories
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327743 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-22 14:12:33 +00:00
Jakub Vrana
0794362fa2 Available on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327666 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-14 20:56:50 +00:00
Karoly Negyesi
d1d11ef7fa clarify the filename parameter of clearstatcache().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327263 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-24 21:03:36 +00:00
Sherif Ramadan
a387db6c00 Updated error section. Fixed invalid warning documented for offset parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326897 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-31 03:02:00 +00:00
Hannes Magnusson
cfe5b5214a We know it is PHP
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326065 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:55:27 +00:00
Adam Harvey
b1d6cf11cc Fix build error caused by r325523.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325525 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-04 00:36:12 +00:00
Paul Reinheimer
0d7e2a3615 - Adding note that the function does not use much memory unless you have output_buffering enabled. Hopefully this will help stem the tide of comments about weird looped fread() calls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325523 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-03 21:57:45 +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
813a3239bc Remove duplicate info about initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324585 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-27 18:53:04 +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
Adam Harvey
63533b0559 Fix doc bug #61436 (Missing fflush() in flock() LOCK_EX example).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324378 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-20 07:58:19 +00:00
Adam Harvey
6b345e4d7f Re-fix doc bug #55775 (fileperms() return value not documented on success).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322937 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-30 14:19:05 +00:00
Jakub Vrana
065dd47a92 Replace _ by - in IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322131 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 12:40:04 +00:00
Jakub Vrana
53b6f116ed dir is a function creating an instance of Directory class
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321886 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-07 23:06:29 +00:00
Peter Cowburn
ea3fa446b3 link to SplFileObject from fopen (thanks Kieran)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321766 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-04 15:11:07 +00:00
Hannes Magnusson
d7321b2085 post- and pre-check headers aren't needed for IE (and in fact IE bugs cause them to double download the file), see bug#60516
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321292 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-21 14:48:14 +00:00
Nikita Popov
23474fb94e Remove duplicate notice in pathinfo() example
display_errors + log_errors + cli = duplicate notices

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320704 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 22:31:53 +00:00
Justin Martin
addeaababd Reverting previous commit, which was mistaken. Bug #60464.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320623 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 00:10:04 +00:00
Justin Martin
86bb4e0b09 Fixed return value. Closed bug #60464.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320620 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 23:33:50 +00:00
Justin Martin
f205639d6c Clarified empty/no extension example. Closes bug #60325.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320471 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-06 00:53:51 +00:00
Justin Martin
71895e9afb Added language snippet note regarding the 32bit integer limit causing weird results for files over 2GB.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317928 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-08 22:33:42 +00:00
Adam Harvey
ae3a2c5caf Fix doc bug #55775 (fileperms() return value not documented on success) by
linking to the chmod() page.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317254 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-24 19:49:12 +00:00
Hannes Magnusson
94ddd79c4c add umask() to seealso as suggested in bug#55302
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315065 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 12:29:24 +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
Mike Ford
fa6e196973 Improve English: "in case" does not mean "if" (part 1).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313913 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-29 10:46:17 +00:00
Mike Ford
709d4139c8 Clarify purpose of options parameter, be more explicit about return values; extra example; miscellaneous tidy ups.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313876 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-28 15:09:43 +00:00
Justin Martin
99341e9182 Reworded BSD-specific changelog item to be more clear.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312840 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-03 02:28:13 +00:00
Richard Quadling
5ca36de963 realpath prior to 5.0.0 returned the script directory rather than the current directory when supplied with '' or null paths.
There are a few undocumented exceptions (at least on Windows).
V4.2.0 operates the same way at V5.0.0+
V4.0.2 - V4.0.3 return False.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311893 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-07 14:58:42 +00:00
Pierrick Charron
2dea760475 Fixed bug #54841
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311198 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-18 15:52:47 +00:00
Peter Cowburn
1a34931477 clarify default value for atime parameter for touch() (doc #54747)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311148 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-17 20:52:27 +00:00