History log of /PHP-8.3/ext/standard/basic_functions.stub.php (Results 201 – 205 of 205)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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