Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dobserver.c322 zend_hash_add_empty_element(*p, str); in ZEND_INI_MH()
328 zend_hash_add_empty_element(*p, str); in ZEND_INI_MH()
/php-src/ext/standard/
H A Dvar.c1348 zend_hash_add_empty_element(class_hash, lcname); in php_unserialize_with_options()
H A Durl_scanner_ex.re144 zend_hash_add_empty_element(hosts, tmp_key);
H A Darray.c4946 retval = zend_hash_add_empty_element(&seen, Z_STR_P(val));
4950 retval = zend_hash_add_empty_element(&seen, str_val);
/php-src/ext/opcache/
H A DZendAccelerator.c1919 …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()
4363 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
/php-src/sapi/phpdbg/
H A Dphpdbg.c527 zend_hash_add_empty_element(files, zval_get_string(filename)); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_execute_API.c1217 if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { in zend_lookup_class_ex()
H A Dzend.c1894 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_script()
H A Dzend_inheritance.c243 zend_hash_add_empty_element(CG(delayed_autoloads), name); in register_unresolved_class()
2212 if (zend_hash_add_empty_element(exclude_tables[trait_num], lcname) == NULL) { in zend_traits_init_trait_structures()
H A Dzend_hash.h141 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key);
H A Dzend_language_scanner.l710 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
H A Dzend_execute.c4918 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
5110 arg = zend_hash_add_empty_element(call->extra_named_params, arg_name); in zend_handle_named_arg()
H A Dzend_hash.c1062 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.c7486 zend_hash_add_empty_element(&info->uses, name); in find_implicit_binds_recursively()
7505 zend_hash_add_empty_element(&info->uses, zend_ast_get_str(uses_list->child[i])); in find_implicit_binds_recursively()
/php-src/ext/phar/
H A Dutil.c1997 ret = zend_hash_add_empty_element(&phar->virtual_dirs, str); in phar_add_virtual_dirs()
/php-src/main/
H A Dmain.c2483 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script_ex()

Completed in 187 milliseconds