mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

The hash is used to check whether the arginfo file needs to be regenerated. PHP-Parser will only be downloaded if this is actually necessary. This ensures that release artifacts will never try to regenerate stubs and thus fetch PHP-Parser, as long as you do not modify any files. Closes GH-5739.
6 lines
269 B
C
Generated
6 lines
269 B
C
Generated
/* This is a generated file, edit the .stub.php file instead.
|
|
* Stub hash: 7dac6edd98e3e17669ae4bf0be7db89678059ca0 */
|
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_dl, 0, 1, _IS_BOOL, 0)
|
|
ZEND_ARG_TYPE_INFO(0, extension_filename, IS_STRING, 0)
|
|
ZEND_END_ARG_INFO()
|