Home
last modified time | relevance | path

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

/PHP-8.0/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.c257 zend_hash_add_empty_element(CG(delayed_autoloads), name); in lookup_class()
1805 if (zend_hash_add_empty_element(exclude_tables[trait_num], lcname) == NULL) { in zend_traits_init_trait_structures()
H A Dzend_hash.h136 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key);
H A Dzend.c1690 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
H A Dzend_execute_API.c1096 if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { in zend_lookup_class_ex()
H A Dzend_language_scanner.l726 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
H A Dzend_execute.c4457 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
4660 arg = zend_hash_add_empty_element(call->extra_named_params, arg_name); in zend_handle_named_arg()
H A Dzend_hash.c964 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.c6646 zend_hash_add_empty_element(&info->uses, name); in find_implicit_binds_recursively()
6665 zend_hash_add_empty_element(&info->uses, zend_ast_get_str(uses_list->child[i])); in find_implicit_binds_recursively()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1900 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file()
2224 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file()
4386 zend_hash_add_empty_element(&EG(included_files), filename);
4477 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
/PHP-8.0/ext/standard/
H A Dvar.c1213 zend_hash_add_empty_element(class_hash, lcname); in php_unserialize_with_options()
H A Durl_scanner_ex.re142 zend_hash_add_empty_element(hosts, tmp_key);
H A Darray.c4485 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val));
4489 retval = zend_hash_add_empty_element(&seen, str_val);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c574 zend_hash_add_empty_element(files, zval_get_string(filename)); in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dutil.c1952 ret = zend_hash_add_empty_element(&phar->virtual_dirs, str); in phar_add_virtual_dirs()
/PHP-8.0/main/
H A Dmain.c2522 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()

Completed in 146 milliseconds