Searched refs:zend_hash_add_empty_element (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 327 zend_hash_add_empty_element(*p, str); in ZEND_INI_MH() 333 zend_hash_add_empty_element(*p, str); in ZEND_INI_MH()
|
/PHP-8.3/ext/standard/ |
H A D | var.c | 1378 zend_hash_add_empty_element(class_hash, lcname); in php_unserialize_with_options()
|
H A D | url_scanner_ex.re | 144 zend_hash_add_empty_element(hosts, tmp_key);
|
H A D | array.c | 4825 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val)); 4829 retval = zend_hash_add_empty_element(&seen, str_val);
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 1919 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file() 2202 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file() 4359 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg.c | 527 zend_hash_add_empty_element(files, zval_get_string(filename)); in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend.c | 1892 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
|
H A D | zend_execute_API.c | 1203 if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { in zend_lookup_class_ex()
|
H A D | zend_inheritance.c | 243 zend_hash_add_empty_element(CG(delayed_autoloads), name); in register_unresolved_class() 2211 if (zend_hash_add_empty_element(exclude_tables[trait_num], lcname) == NULL) { in zend_traits_init_trait_structures()
|
H A D | zend_language_scanner.l | 710 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
|
H A D | zend_hash.h | 139 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key);
|
H A D | zend_execute.c | 4922 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval() 5114 arg = zend_hash_add_empty_element(call->extra_named_params, arg_name); in zend_handle_named_arg()
|
H A D | zend_hash.c | 1062 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key) in zend_hash_add_empty_element() function
|
H A D | zend_compile.c | 7297 zend_hash_add_empty_element(&info->uses, name); in find_implicit_binds_recursively() 7316 zend_hash_add_empty_element(&info->uses, zend_ast_get_str(uses_list->child[i])); in find_implicit_binds_recursively()
|
/PHP-8.3/ext/phar/ |
H A D | util.c | 2006 ret = zend_hash_add_empty_element(&phar->virtual_dirs, str); in phar_add_virtual_dirs()
|
/PHP-8.3/main/ |
H A D | main.c | 2508 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()
|
Completed in 128 milliseconds