Searched refs:SPL_G (Results 1 – 2 of 2) sorted by relevance
403 if (SPL_G(autoload_functions)) { in PHP_FUNCTION()407 SPL_G(autoload_running) = 1; in PHP_FUNCTION()549 if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), lc_name)) { in PHP_FUNCTION()616 if (SPL_G(autoload_functions)) { in PHP_FUNCTION()674 if (SPL_G(autoload_functions)) { in PHP_FUNCTION()784 if (!SPL_G(hash_mask_init)) { in php_spl_object_hash()787 SPL_G(hash_mask_init) = 1; in php_spl_object_hash()947 SPL_G(hash_mask_init) = 0; in PHP_RINIT_FUNCTION()957 if (SPL_G(autoload_functions)) { in PHP_RSHUTDOWN_FUNCTION()962 if (SPL_G(hash_mask_init)) { in PHP_RSHUTDOWN_FUNCTION()[all …]
72 #define SPL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(spl, v) macro
Completed in 10 milliseconds