Yoshinari Takaoka
50d9745e66
fixed missing paramater replacement.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352047 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-13 01:27:32 +00:00
Christoph Michael Becker
039ab719e6
Generate gmp methodsynopses based on stubs
...
Closes GH-225.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352046 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-13 00:15:23 +00:00
Christoph Michael Becker
053609a5c9
Updating mysqli: free result
...
Closes GH-240.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352045 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 22:26:28 +00:00
Christoph Michael Becker
b9ba4fca83
Updating mysqli: Remove pre-deprecation notice
...
Closes GH-247.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352044 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 22:15:36 +00:00
Yoshinari Takaoka
02177b182e
fixed example comment to be consistent with methodsynopses.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352042 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 19:06:45 +00:00
Christoph Michael Becker
71c12b1583
set_error_handler: clarify callback parameters and PHP 8.0 changes
...
Closes GH-276.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352038 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 18:36:18 +00:00
Christoph Michael Becker
a3db55f0df
Fix order of sections
...
Also, one example section is enough.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352035 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 18:11:57 +00:00
Yoshinari Takaoka
0dc8bbd88c
fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352034 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 17:50:48 +00:00
Yoshinari Takaoka
9240fafbb2
s/regs/matches/g
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352032 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 17:35:43 +00:00
Yoshinari Takaoka
1187e24a84
deleted duplicate changelog entry.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352031 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 17:17:34 +00:00
Christoph Michael Becker
479a89e372
svn:ignore reference/stats/entities.*.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352030 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 16:35:01 +00:00
Christoph Michael Becker
ab493e941a
Add missing entity definition
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352029 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 16:33:19 +00:00
Christoph Michael Becker
92f1b8b177
Generate ext/mbstring methodsynopses based on stubs
...
Closes GH-190.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352028 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 16:32:35 +00:00
Christoph Michael Becker
417ea9af74
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352024 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-12 14:11:52 +00:00
Philip Olson
2b36b46bae
Remove autogenerated file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352018 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 20:18:33 +00:00
Christoph Michael Becker
750d32e66a
Add fdiv()
...
Closes GH-258.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352017 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:33:08 +00:00
Christoph Michael Becker
e02014aa56
PharFileInfo should list inherited methods
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352013 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 16:27:00 +00:00
Christoph Michael Becker
e8af4bab45
Add createFromInterface() for DateTime objects
...
Closes GH-257.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352009 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 23:12:47 +00:00
Christoph Michael Becker
9380b40fc7
Add new string format codes
...
Closes GH-268.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352006 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 22:45:04 +00:00
Christoph Michael Becker
b8cfcc5411
Clarify compression formats
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352002 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 18:26:55 +00:00
Christoph Michael Becker
32f3a5a59f
json_decode: better explanation and example of 'depth' parameter
...
Closes GH-275.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352001 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 16:10:08 +00:00
Christoph Michael Becker
8c2f198903
php_user_filter::__construct is not called
...
Cf. <https://bugs.php.net/75931 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352000 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 14:42:18 +00:00
André Luis Ferreira da Silva Bacci
2762f3b686
Files without svn:keywords Revision
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351999 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 13:16:51 +00:00
Christoph Michael Becker
d5fafb8e37
Fix #70819 : bzflush() is a null function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351993 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 12:32:07 +00:00
Christoph Michael Becker
77a10b00e3
Fix #80501 : Stats function documentation has gone
...
The documentation of the stats extension has been removed in r350644
assuming that the extension would not be compatible with PHP 7; that
assumption was wrong, so we need to restore the docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351991 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-10 11:14:23 +00:00
Christoph Michael Becker
457888c6bc
Update ext/ldap signatures to match PHP-8
...
Closes GH-242.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351984 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 23:20:37 +00:00
Christoph Michael Becker
8ce54b1eee
Fix #80500 : pg_fetch_result returns type is wrong according to the doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351978 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 17:29:01 +00:00
Christoph Michael Becker
d54819610d
Fix #80230 : Doc for exec specifies & (reference) param, fails
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351975 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 15:46:49 +00:00
Christoph Michael Becker
728b7a9bc0
Fix #80449 : setcookie doc improvement
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351968 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 12:17:23 +00:00
George Peter Banyard
084d6414ec
Class constant visibility is avialable since PHP 7.1.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351966 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 11:50:07 +00:00
Christoph Michael Becker
412052d434
Fix instances of siginfo and signinfo being used interchangably on pcntl_signal page
...
Closes GH-274.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351964 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 11:35:54 +00:00
Christoph Michael Becker
4528db2d91
Fix #80497 : Incorrect example #11 for ::class on OOP The Basics page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351963 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-09 10:49:23 +00:00
Christoph Michael Becker
82c84a325e
Add PhpToken reference
...
Closes GH-272.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351961 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-08 19:04:41 +00:00
Christoph Michael Becker
f627bde789
Document LDAP $controls default value prior to PHP 8.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351960 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-08 17:59:23 +00:00
Yoshinari Takaoka
67c1dd0635
fixed build error.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351956 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-08 02:51:17 +00:00
Christoph Michael Becker
76f8c0151d
Update ext/ldap signatures to match PHP-8
...
Partial merge of <https://github.com/php/doc-en/pull/242 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351955 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-08 00:13:38 +00:00
Yoshinari Takaoka
8c5992635c
for clarify, added class
constants.
...
Attributes supports class constants, not global one.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351951 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-07 20:31:23 +00:00
Yoshinari Takaoka
ca06895f15
added some new feature docs link.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351949 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-07 20:13:46 +00:00
Christoph Michael Becker
3ae0b14dd0
Fix #79126 : empty() documentation does not mention SimpleXML objects from empty tags
...
To avoid duplication, we refer to falsey values instead.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351947 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-07 14:40:21 +00:00
Christoph Michael Becker
80858f3bd0
Add new IntlDateFormatter constants
...
Closes GH-267.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351939 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 23:34:08 +00:00
Christoph Michael Becker
7104ee97ce
Removed literal tags from title for readability
...
Closes GH-250.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351935 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 22:38:36 +00:00
Christoph Michael Becker
e296d2443b
fixed description about passing [mandatory|optional] parameter order
...
Closes GH-270.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351933 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 22:22:36 +00:00
Christoph Michael Becker
5f8047c12b
Document new opaque classes which replace resources
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351932 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 22:11:40 +00:00
Christoph Michael Becker
3dc4fa0723
Fix typo and remove @
...
We also applies some proper code formatting.
Closes GH-271.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351926 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 16:20:35 +00:00
Christoph Michael Becker
7b0a4b69ba
Fix typo
...
Patch provided by Dharman <tekiela246@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351925 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 16:18:34 +00:00
Christoph Michael Becker
8b12549bff
Remove some PHP 5 specific info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351924 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 14:45:00 +00:00
Yoshinari Takaoka
0cd5feb518
fixed attribute syntax example.
...
In this example, SetUp attribute belongs to ReflectionMethod.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351915 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 00:15:57 +00:00
Yoshinari Takaoka
c0e16e2e3d
fixed syntax error, by adding trailing semicolon.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351914 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-05 23:51:00 +00:00
Christoph Michael Becker
720f4daa5c
Add version info for new attributes page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351909 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-05 18:25:57 +00:00
Christoph Michael Becker
0e954bfcee
Update strings.parameter.needle.non-string entity for PHP 8.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351906 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-05 14:46:54 +00:00