Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dphp_variables.c843 if ((argc = zend_hash_find_ex_ind(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGC), 1)) != NULL && in php_auto_globals_create_server()
844 (argv = zend_hash_find_ex_ind(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGV), 1)) != NULL) { in php_auto_globals_create_server()
/PHP-7.3/Zend/
H A Dzend_hash.h348 static zend_always_inline zval *zend_hash_find_ex_ind(const HashTable *ht, zend_string *key, zend_b… in zend_hash_find_ex_ind() function
H A Dzend_builtin_functions.c2186 arg = zend_hash_find_ex_ind(call->symbol_table, arg_name, 1); in debug_backtrace_get_args()
H A Dzend_execute.c2087 return zend_hash_find_ex_ind(ht, ZSTR_EMPTY_ALLOC(), 1); in zend_find_array_dim_slow()
H A Dzend_vm_execute.h5755 value = zend_hash_find_ex_ind(ht, str, IS_CONST == IS_CONST);
7737 value = zend_hash_find_ex_ind(ht, str, (IS_TMP_VAR|IS_VAR) == IS_CONST);
10829 value = zend_hash_find_ex_ind(ht, str, IS_CV == IS_CONST);
14178 value = zend_hash_find_ex_ind(ht, str, IS_CONST == IS_CONST);
15661 value = zend_hash_find_ex_ind(ht, str, (IS_TMP_VAR|IS_VAR) == IS_CONST);
17542 value = zend_hash_find_ex_ind(ht, str, IS_CV == IS_CONST);
41723 value = zend_hash_find_ex_ind(ht, str, IS_CONST == IS_CONST);
45362 value = zend_hash_find_ex_ind(ht, str, (IS_TMP_VAR|IS_VAR) == IS_CONST);
51162 value = zend_hash_find_ex_ind(ht, str, IS_CV == IS_CONST);
H A Dzend_vm_def.h6334 value = zend_hash_find_ex_ind(ht, str, OP2_TYPE == IS_CONST);
/PHP-7.3/ext/standard/
H A Dbasic_functions.c4392 …((args = zend_hash_find_ex_ind(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), ZSTR_KNOWN(ZEND_S…
4393 (args = zend_hash_find_ex_ind(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGV), 1)) != NULL)
H A Darray.c4681 if ((data = zend_hash_find_ex_ind(Z_ARRVAL(args[i]), p->key, 1)) == NULL ||
5092 if ((data = zend_hash_find_ex_ind(Z_ARRVAL(args[i]), p->key, 1)) != NULL &&
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c158 return zend_hash_find_ex_ind(Z_OBJPROP_P(object), ZSTR_KNOWN(ZEND_STR_NAME), 1); in _default_load_name()

Completed in 508 milliseconds