Commit graph

22121 commits

Author SHA1 Message Date
Christoph Michael Becker
0511c184bc improved constants doc of ext/imap
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337490 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 17:31:10 +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
Christoph Michael Becker
37baaba2bb the argument type for $maxlifetime is int, was listed as string
-- 
Provided by anonymous 61891 (rasmus@mindplay.dk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337488 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:52:51 +00:00
Christoph Michael Becker
f64cb0898b The sample code echos back binary version of the original string.
Because it is a sample code for Imagick::readImageBlob,
it should output imagick object.

-- 
Provided by anonymous 62055 (h.yamagata@nifty.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337487 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:38:55 +00:00
Christoph Michael Becker
d6d57b5f93 we can do better than in previous commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337486 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:32:55 +00:00
Christoph Michael Becker
5399e97fab improved ReflectionProperty::isDefault() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337485 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:29:14 +00:00
Christoph Michael Becker
878a454b06 The isDefault method for ReflectionProperty is unclear in the description. This patch aims to clarify the wording.
-- 
Provided by anonymous 61022 (james@asgrim.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337484 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 16:15:48 +00:00
Christoph Michael Becker
5fb277d606 improve strspn/strcspn documentation (contributed by francois)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337482 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:43:21 +00:00
Christoph Michael Becker
d6d7fb6e14 documented JSON_PARTIAL_OUTPUT_ON_ERROR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337480 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:34:32 +00:00
Christoph Michael Becker
f9254e7568 JSON_PARTIAL_OUTPUT_ON_ERROR is nowhere to be found on this page but it's referred to as an option on the json.constants page in description of error constants
-- 
Provided by anonymous 62054

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337479 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:21:45 +00:00
Christoph Michael Becker
a0d602c951 fixed note about Location header and absolute/relative URIs wrt. RFC 7231
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337474 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:42:38 +00:00
Christoph Michael Becker
1aa48f7f54 RFC2616 was replaced by multiple RFCs (7230-7237)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337473 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:30:59 +00:00
Christoph Michael Becker
ffdc37b3f1 PHP_INT_MIN === ~PHP_INT_MAX
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337472 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:18:51 +00:00
Christoph Michael Becker
3c88ee68d1 more consistent function name in example (contributed by Jason Woof)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337471 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 11:14:12 +00:00
Christoph Michael Becker
e9be1b6379 The page for strstr() recommends using strpos(). preg_match() should match this recommendation.
-- 
Provided by anonymous 62208 (Liam Morland)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337467 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 01:16:19 +00:00
Christoph Michael Becker
8d7b0fadcd Fix description of default action in use_soap_error_handler description.
-- 
Provided by anonymous 60497 (falundir@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337466 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:44:00 +00:00
Christoph Michael Becker
54b0642683 Documentation for functions stream_bucket_prepend and stream_bucket_append had the wrong type "resource" for the parameter $bucket, whch is of type "object".
-- 
Provided by anonymous 62233 (willy.schott@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337465 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:29:09 +00:00
Christoph Michael Becker
97efe1821f improve example (contributed by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337464 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:11:32 +00:00
Derick Rethans
9196fc672e Updated to version 2015.6 (2015f)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337461 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 23:04:44 +00:00
Christoph Michael Becker
beb394a33a reverted revision 337451:
fixed wrong parameter name (Reflection!) (fixes #70265)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337458 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 21:09:28 +00:00
Christoph Michael Becker
feeda9f6d8 fdf is not listed on the PECL website (fixes #70230)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337456 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 17:14:24 +00:00
Christoph Michael Becker
6f2e26eba9 fixed wrong parameter name (Reflection!) (fixes #70265)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337451 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 12:49:32 +00:00
Maciej Sobaczewski
64844e4184 Mention new Zip methods (undocumented yet)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337449 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-14 03:24:36 +00:00
Thomas Punt
622088edbf Rectify the intdiv() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337445 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 21:11:24 +00:00
Christoph Michael Becker
1f8618f67d updated reference/dir/versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337444 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 17:16:22 +00:00
Christopher Jones
cada67fca3 Remove experimental from PDO_OCI
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337430 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 06:02:47 +00:00
Maciej Sobaczewski
b18b11238e Remove redundant sections from PHP 7 migration guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337429 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 06:02:10 +00:00
Derick Rethans
08bc59a694 Updated to version 2015.6 (2015f)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337422 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-12 20:46:27 +00:00
Thomas Punt
03393b1f43 Added preg_replace_callback_array function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337413 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-12 15:39:47 +00:00
André Luis Ferreira da Silva Bacci
8243002f32 Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337390 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 15:08:11 +00:00
Peter Cowburn
01ce565305 fix <function> markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337389 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 14:50:08 +00:00
Christoph Michael Becker
78291d1681 updated manual wrt. Heredoc support for initializing consts and static members (fixes #70227)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337388 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 12:50:32 +00:00
Christoph Michael Becker
4ed9525149 updated links (fixes #70218)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337377 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 11:53:55 +00:00
Adam Harvey
b7a780f8e7 Add SVN properties to newly added files.
(Sorry, I was working offline with git-svn, since I wrote all the previous
commits over the Pacific Ocean.)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337376 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:24:46 +00:00
Adam Harvey
6400e08c91 IntlChar migration guide update.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337375 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:50 +00:00
Adam Harvey
0246a855ff Add skeleton for IntlChar.
In general, our intl documentation sucks, and this isn't making it any better.
Alas, I have neither the time, nor the Internet access to figure out what each
function does.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337374 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:44 +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
Adam Harvey
02678aa8dc Expand the Closure::call() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337372 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:26 +00:00
Adam Harvey
861b65b903 Tinker with the UCES feature doc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337371 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:21 +00:00
Adam Harvey
6b4b39cc49 Move the (excellent!) anonymous class documentation to the language reference.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337370 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:17 +00:00
Adam Harvey
31496eaff6 Use the new declare entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337369 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:12 +00:00
Adam Harvey
a1fd7149d5 Cut down the return type docs in the migration guide.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337368 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:08 +00:00
Adam Harvey
01851927f9 Improve type declaration docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337367 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:17:04 +00:00
Adam Harvey
4df160596c Cut down the migration guide scalar type declaration section.
All of the variations and examples defined there are shown in the reworked type
declaration reference, so let's not duplicate this unnecessarily.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337366 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:59 +00:00
Adam Harvey
5729dfe1f1 Unified type declaration documentation and removed the changelog.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337365 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:55 +00:00
Adam Harvey
67a87fab61 Move the type changelog down and improve it.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337364 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:50 +00:00
Adam Harvey
a464d22608 Move scalar and return typing up, since that's probably what people care about.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337363 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:46 +00:00
Adam Harvey
ef362e88b3 Update define() documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337362 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:42 +00:00
Adam Harvey
620a91cf5e Update new operator documentation.
This includes removing some of the examples from the migration guide: that
needs to be punchy. We can reinsert them later in the operators reference if
they're of use.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337361 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:37 +00:00
Adam Harvey
2f13a5d452 Note yield changes in PHP 7.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337360 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 01:16:32 +00:00