Home
last modified time | relevance | path

Searched refs:SPL_G (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/spl/
H A Dphp_spl.c401 if (SPL_G(autoload_functions)) { in PHP_FUNCTION()
410 SPL_G(autoload_running) = 1; in PHP_FUNCTION()
594 if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), lc_name)) { in PHP_FUNCTION()
661 if (SPL_G(autoload_functions)) { in PHP_FUNCTION()
718 if (SPL_G(autoload_functions)) { in PHP_FUNCTION()
845 if (!SPL_G(hash_mask_init)) { in php_spl_object_hash()
848 SPL_G(hash_mask_init) = 1; in php_spl_object_hash()
1017 SPL_G(hash_mask_init) = 0; in PHP_RINIT_FUNCTION()
1027 if (SPL_G(autoload_functions)) { in PHP_RSHUTDOWN_FUNCTION()
1032 if (SPL_G(hash_mask_init)) { in PHP_RSHUTDOWN_FUNCTION()
[all …]
H A Dphp_spl.h66 #define SPL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(spl, v) macro

Completed in 10 milliseconds