#
5f80eb78 |
| 07-Oct-2019 |
Nikita Popov |
Fix required number of arguments in stubs * get_parent_class() argument is optional * Mark array_filter() $callback as optional * The $base of gmp_strval() is optional * DateTime
Fix required number of arguments in stubs * get_parent_class() argument is optional * Mark array_filter() $callback as optional * The $base of gmp_strval() is optional * DateTime constructor also accepts zero arguments * hash_update_file() stream context is optional * xmlwriter_write_dtd_entity() $isparam argument is optional
show more ...
|
#
ef9736e0 |
| 07-Oct-2019 |
theodorejb |
Convert string function arginfo to PHP stubs
|
#
e60d9da1 |
| 02-Oct-2019 |
theodorejb |
Fix array_fill stub return type This was missed in commit d5e9ef8f0fad00618de62949d362d0980c6250f9.
|
Revision tags: php-7.4.0RC3, php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9 |
|
#
1ca4ab09 |
| 21-Aug-2019 |
George Peter Banyard |
Promote warnings to errors in array_push() This is in line with the engine change from https://wiki.php.net/rfc/engine_warnings.
|
#
70e604ee |
| 21-Aug-2019 |
George Peter Banyard |
Promote warnings to errors in extract()
|
#
d2210dc2 |
| 25-Aug-2019 |
Burak Çakırel |
Add assert arginfo stubs Closes GH-4619.
|
#
0c2d4d69 |
| 26-Aug-2019 |
Nikita Popov |
Make sure that params with null default are marked nullable
|
#
a47f170a |
| 26-Aug-2019 |
Nikita Popov |
Assert that symbol table is available in compact() I believe NULL here is no longer possible due to the dynamic call check. A similar assumption already exists in the extract() imple
Assert that symbol table is available in compact() I believe NULL here is no longer possible due to the dynamic call check. A similar assumption already exists in the extract() implementation.
show more ...
|
#
c1c8538f |
| 20-Aug-2019 |
George Peter Banyard |
Promote warnings to errors in array_rand()
|
#
d5f42d68 |
| 26-Aug-2019 |
Theodore Brown |
Convert remaining array function arginfo to PHP stubs
|
#
b9c961e1 |
| 25-Aug-2019 |
Olumide Samson |
Add some header and html function stub
|
Revision tags: php-7.4.0beta4 |
|
#
baeb10d7 |
| 19-Aug-2019 |
inem0o |
Add sha1 arginfo stubs
|
#
8150c65a |
| 19-Aug-2019 |
inem0o |
Add pageinfo arginfo stubs
|
#
b7c4d8e8 |
| 19-Aug-2019 |
inem0o |
Add metaphone arginfo stubs
|
#
ff7900f5 |
| 16-Aug-2019 |
inem0o |
Add md5 arginfo stubs
|
#
f795bdfd |
| 16-Aug-2019 |
inem0o |
Add lcg arginfo stubs
|
#
f1eca428 |
| 16-Aug-2019 |
inem0o |
Add ftok arginfo stubs
|
#
e2b0fb94 |
| 14-Aug-2019 |
Theodore Brown |
Add hrtime arginfo stubs
|
Revision tags: php-7.2.22RC1, php-7.3.9RC1 |
|
#
ffffaf12 |
| 11-Aug-2019 |
jason-liew |
add some stubs for array func in basic_functions
|
#
1dc88ff6 |
| 13-Aug-2019 |
Islam Israfilov |
Add inet_ntop and inet_pton stubs
|
#
ccf79547 |
| 12-Aug-2019 |
inem0o |
Add crypt() function's stub Closes GH-4515.
|
#
fb363f7f |
| 12-Aug-2019 |
inem0o |
add syslog arginfo stubs
|
#
1376f61a |
| 11-Aug-2019 |
inem0o |
Add crc32 stub
|
#
b98bc5bd |
| 10-Aug-2019 |
inem0o |
Add base64_encode / base64_decode stubs Closes GH-4504.
|
#
d9e2d185 |
| 10-Aug-2019 |
Nikita Popov |
Add some basic_functions stubs
|