History log of /PHP-8.3/ext/standard/basic_functions_arginfo.h (Results 201 – 222 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

# a98307df 26-Aug-2019 Nikita Popov

Make arginfo printing of prefer-ref arguments nicer

# 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 ...

# 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

Revision tags: php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2, php-7.3.7RC3
# 33886f71 18-Jun-2019 Nikita Popov

Generate arginfo from PHP stub files

Signature stubs for internal functions are specified in xyz.stub.php,
from which we generate actual arginfo structures in xyz_arginfo.h.
This fil

Generate arginfo from PHP stub files

Signature stubs for internal functions are specified in xyz.stub.php,
from which we generate actual arginfo structures in xyz_arginfo.h.
This file then needs to be included in the implementation appropriately.

Arginfo from stubs can be regenerated using scripts/dev/gen_stub.php.
However, this should also automatically happen when the stub file is
modified.

show more ...

123456789