Jean-Sebastien Hedde
b17ddfcfd7
--
...
Provided by anonymous 85257 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342955 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-28 11:46:08 +00:00
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
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
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
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
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
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
Adam Harvey
94180a91bc
Elaborate that the return value of serialize() is a binary string, rather than
...
a non-binary one, and that storing it in a textual database field may not go
very well. (This deals with the other common note on the unserialize() page.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328245 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-06 01:57:21 +00:00
Adam Harvey
9a8e96e853
Since a lot of the notes on unserialize() are to do with handling user input,
...
or people telling other people they're wrong for trusting user input at all,
add a warning to clarify that unserialize() should not be used with untrusted
data.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328244 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-06 01:29:54 +00:00
Karoly Negyesi
bc8b580e62
NULL is not scalar.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327960 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-09 05:19:38 +00:00
Jakub Vrana
bce98630cd
See also other serialization functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327432 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-02 13:15:00 +00:00
Adam Harvey
1690f24f52
Fix doc bug #62321 (The »Notes« section on mysqli_bind_param is outdated), and
...
simultaneously audit all of the functions removed in 5.4.0 to ensure we have
the right warnings in the right places (spoiler: we didn't).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326726 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-20 08:55:25 +00:00