Home
last modified time | relevance | path

Searched refs:zend_hash_find_ex_ind (Results 1 – 4 of 4) sorted by relevance

/php-src/main/
H A Dphp_variables.c882 if ((argc = zend_hash_find_ex_ind(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGC), 1)) != NULL && in php_auto_globals_create_server()
883 (argv = zend_hash_find_ex_ind(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGV), 1)) != NULL) { in php_auto_globals_create_server()
/php-src/ext/standard/
H A Dbasic_functions.c954 …((args = zend_hash_find_ex_ind(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), ZSTR_KNOWN(ZEND_S…
955 (args = zend_hash_find_ex_ind(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGV), 1)) != NULL)
/php-src/Zend/
H A Dzend_builtin_functions.c1633 zval *arg = zend_hash_find_ex_ind(call->symbol_table, arg_name, 1); in debug_backtrace_get_args()
H A Dzend_hash.h425 static zend_always_inline zval *zend_hash_find_ex_ind(const HashTable *ht, zend_string *key, bool k… in zend_hash_find_ex_ind() function

Completed in 23 milliseconds