History log of /php-src/ext/standard/basic_functions_arginfo.h (Results 226 – 234 of 234)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

12345678910