Home
last modified time | relevance | path

Searched refs:zend_hash_add_empty_element (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_ts_hash.c139 retval = zend_hash_add_empty_element(TS_HASH(ht), key); in zend_ts_hash_add_empty_element()
H A Dzend_inheritance.c244 zend_hash_add_empty_element(CG(delayed_autoloads), name); in lookup_class()
1809 if (zend_hash_add_empty_element(exclude_tables[trait_num], lcname) == NULL) { in zend_traits_init_trait_structures()
H A Dzend.c1675 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
H A Dzend_execute_API.c972 if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { in zend_lookup_class_ex()
H A Dzend_hash.h138 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key);
H A Dzend_language_scanner.l676 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
H A Dzend_hash.c942 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key) in zend_hash_add_empty_element() function
H A Dzend_compile.c5605 zend_hash_add_empty_element(&info->uses, name); in find_implicit_binds_recursively()
5624 zend_hash_add_empty_element(&info->uses, zend_ast_get_str(uses_list->child[i])); in find_implicit_binds_recursively()
H A Dzend_execute.c4284 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1859 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file()
2180 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file()
4288 zend_hash_add_empty_element(&EG(included_files), filename); in preload_autoload()
4368 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in accel_preload()
/PHP-7.4/ext/standard/
H A Dvar.c1247 zend_hash_add_empty_element(class_hash, lcname); in PHP_FUNCTION()
H A Durl_scanner_ex.re144 zend_hash_add_empty_element(hosts, tmp_key);
H A Darray.c4577 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val));
4581 retval = zend_hash_add_empty_element(&seen, str_val);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c555 zend_hash_add_empty_element(files, zval_get_string(filename)); in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dutil.c1948 ret = zend_hash_add_empty_element(&phar->virtual_dirs, str); in phar_add_virtual_dirs()
/PHP-7.4/main/
H A Dmain.c2638 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()

Completed in 125 milliseconds