Commit graph

296 commits

Author SHA1 Message Date
Jiří Pudil
86d8c6800b Fix #74296: add documentation for iterable pseudo-type and is_iterable()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342265 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-08 17:03:13 +00:00
Christoph Michael Becker
b5de5957f5 Fix #73702: get_resource_type returns NULL instead of false
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341792 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-28 15:27:52 +00:00
Christoph Michael Becker
d29db0f6dd Remove misleading version info
The behavior with regard to private and protected properties is the same
for PHP 5 and 7, and PHP 4 doesn't matter for the manual anymore.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341643 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-11 22:53:47 +00:00
Christoph Michael Becker
a258daf0ac Fix #73836: unserialize() with $options['allowed_classes'] = null behaves different
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341547 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-30 13:37:09 +00:00
Maciej Sobaczewski
95bdd6883b Another round of PHP 4 content removal (mostly inline mentions)
Review is welcome

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Christoph Michael Becker
683e141d3e Simplify example
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341235 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-30 12:07:08 +00:00
Christoph Michael Becker
bc655954b9 Fix typos (patches provided by anon users)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340224 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:54:16 +00:00
Yasuo Ohgaki
153a97e29d Move warning to inside description. There are too many users use unserialize() unsafe way. Add validation note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340014 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-10 06:18:23 +00:00
Christoph Michael Becker
4eebcffdb5 Fix typo (patch provided by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339980 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-03 23:49:47 +00:00
Christoph Michael Becker
913a662cc3 is_numeric() accepts strings in octal notation
Albeit these are not recognized as octal, what does not matter for
is_numeric(), though.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339702 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-22 16:26:35 +00:00
Christoph Michael Becker
4a5de0c62d Fix #64221: is_callable() reports constructors as not callable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339491 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 15:13:40 +00:00
Christoph Michael Becker
1f12c25eff documented necessity that __set_state() must be implemented to re-eval var_export()ed code (fixes #67918)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337793 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-09 14:12:19 +00:00
Christoph Michael Becker
96e308257c Documentation updated for consistency with the other is_*() type-checking functions: the first parameter is not strictly a callable, it's any value (mixed), since this function (consistent with other is_*() functions) is used not only to check if a callable can actually be called (as per the second argument) but also for basic type-checking to see if the given value represents something that might possibly be callable at all.
-- 
Provided by anonymous 61891 (rasmus@mindplay.dk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337489 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:55:15 +00:00
Adam Harvey
6e6d82f097 Add unserialize() options documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337373 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:31 +00:00
Christoph Michael Becker
6aa6df5ffe fixed documentation wrt. strings in non-decimal notation (fixes #64877)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337240 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-26 17:34:00 +00:00
Pasindu De Silva
3c3f0529d3 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337184 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-18 06:40:51 +00:00
Pasindu De Silva
9d84b35bdf Updated is_resource version to PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336840 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-24 12:51:59 +00:00
Pasindu De Silva
951be24612 Standard functions version.xml updated to PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336831 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-22 19:33:35 +00:00
Pasindu De Silva
a44a1e0b79 Minor typo, grammar and example Fixes (By Christoph Becker cmb@php.net)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336715 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-04 19:48:31 +00:00
Peter Cowburn
e5f41806a6 is_resource() is not a strict type checking function (patch by Michael Slusarz)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336644 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-24 09:44:52 +00:00
Pasindu De Silva
d1b39ea532 Minor typo and other fixes. (By Christoph Becker)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336599 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 10:48:37 +00:00
Maciej Sobaczewski
04baa1c92d More deprecated functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336052 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 06:39:17 +00:00
Kalle Sommer Nielsen
b8ec9ff652 Revert last commit, as it makes more sense to keep it to is_int() over is_integer(), see php-src commit: 6b8ed592b92027ceb4f76e6a06754a9c75ca4f36
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335292 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-14 21:30:48 +00:00
Kalle Sommer Nielsen
0ce7f9a11f Fix consistency, see php-src commit: 04c11f918abcf56b2f0c0d942f20e0e5da76f420
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335291 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-14 21:07:31 +00:00
Maciej Sobaczewski
ddfd04b767 Typo fix (doc bug #68403)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335178 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-12 20:17:46 +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
Adam Harvey
da75c15e02 Update the changed functions list, and integrate the changes into the text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334639 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:47:47 +00:00
Adam Harvey
4307b3bcdf Document __debugInfo().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334638 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:28:06 +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
Maciej Sobaczewski
afc3f34c68 Remove changelogs for PHP 4 - 1st round
Useful changelogs entries remain untouched.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Peter Cowburn
eda3b067eb no more "FIXME PHP_6" todo comments
These mostly were about unicode, which probably won't come
with PHP <next major number here>, and FILE_TEXT/FILE_BINARY.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334374 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-24 12:28:07 +00:00
Peter Cowburn
e22c33c1ae Add is_callable() to gettype()'s see also section
--
Patch by anonymous #45303

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333768 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-13 08:11:14 +00:00
Chris Wright
03083e6a66 Add floatval() example for non-numeric strings
---
Provided by Mark T (mxtracks@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332352 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-12 16:32:23 +00:00
Joe Watkins
a953cad1bb #64554 attach warning to var_export and serialize regarding the handling of objects of a namespaced class.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331965 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 15:22:05 +00:00
Joe Watkins
7c20e7b4b6 #64787 incorrect example output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331805 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-13 17:34:57 +00:00
Levi Morrison
fa86a032f4 Minor grammar improvement.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331762 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-10 13:57:40 +00:00
Chris Wright
cb46fbf24c Added concrete examples for string -> boolean casts with 1/0 - the behaviour of "0" may be non-obvious to those coming from other languages.
Suggested by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331200 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-25 18:55:46 +00:00
Chris Wright
5554e138cc Added the note about passing 0 as base to intval() to autodetect the base for conversion.
-- 
Provided by anonymous #27711 (d.chekaliuk@invisilabs.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331179 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-20 16:21:02 +00:00
Adam Harvey
d62e7ab02c Fix speling misteak in var_export(): outputing → outputting.
Fixes doc bug #65030 (incorrect spelling).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330490 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-13 16:06:14 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
f0d05b38c3 Document PHP 5.4 parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330268 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 07:18:10 +00:00
Peter Cowburn
9add359e14 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329674 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-05 21:52:20 +00:00
Dejan Marjanovic
bbc0131c88 Updated is_numeric description and example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329671 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-05 21:27:21 +00:00
Peter Cowburn
73c3254151 copy from is_string example,
more descriptive example code output

-- 
Provided by Hans Henrik Bergan (divinity76@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329668 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-05 21:15:49 +00:00
Sherif Ramadan
c7b154466d Removed mention of print_r reseting array's internal pointer. This is not the current behavior. See bug #8289 for more information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328776 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-14 04:42:52 +00:00
Adam Harvey
1a28eb6e50 Add boolval() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328469 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-23 08:43:19 +00:00
Adam Harvey
8ad0d94e1c Add initial migration guide for PHP 5.5.
What's done: the migration guide itself, updates to existing functions and
functionality, and new language features.

What's not done: stub pages for new functions and methods. (I'd rather get this
in now, though, than have it languish on my hard drive any longer so that other
people can contribute.)

What could use help: the generator chapter is pretty rough and ready. Better
examples would be awesome. I certainly won't argue if somebody wants to add the
function stubs, either.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-20 15:17:23 +00:00
Joe Watkins
e25450d9dc many bugs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328365 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 13:40:31 +00:00
Peter Cowburn
d701c908c9 is_string() more descriptive example code output
--
Adapted from patch provided by Hans Henrik Bergan (divinity76@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328337 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:05 +00:00