Searched refs:zend_is_auto_global_quick (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_compile.h | 732 ZEND_API zend_bool zend_is_auto_global_quick(const char *name, uint name_len, ulong hashval TSRMLS_…
|
H A D | zend_compile.c | 675 …if (!zend_is_auto_global_quick(Z_STRVAL(varname->u.constant), Z_STRLEN(varname->u.constant), hash … in fetch_simple_variable_ex() 705 …if (zend_is_auto_global_quick(Z_STRVAL(varname->u.constant), Z_STRLEN(varname->u.constant), Z_HASH… in fetch_simple_variable_ex() 6856 zend_bool zend_is_auto_global_quick(const char *name, uint name_len, ulong hash TSRMLS_DC) /* {{{ */ in zend_is_auto_global_quick() function 6872 return zend_is_auto_global_quick(name, name_len, zend_hash_func(name, name_len+1) TSRMLS_CC); in zend_is_auto_global()
|
Completed in 25 milliseconds