Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ts_hash.c129 retval = zend_hash_add_empty_element(TS_HASH(ht), key); in zend_ts_hash_add_empty_element()
H A Dzend_hash.h126 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key);
H A Dzend.c1478 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
H A Dzend_execute_API.c998 if (zend_hash_add_empty_element(EG(in_autoload), lc_name) == NULL) { in zend_lookup_class_ex()
H A Dzend_language_scanner.l668 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
H A Dzend_inheritance.c1458 if (zend_hash_add_empty_element(exclude_table, lcname) == NULL) { in zend_traits_compile_exclude_table()
H A Dzend_hash.c687 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_execute.c2820 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
H A Dzend_language_scanner.c670 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
/PHP-7.1/ext/standard/
H A Dvar.c694 zend_hash_add_empty_element(ht, name); in php_var_serialize_collect_names()
1106 zend_hash_add_empty_element(class_hash, lcname); in PHP_FUNCTION()
H A Durl_scanner_ex.c146 zend_hash_add_empty_element(hosts, tmp_key); in php_ini_on_update_hosts()
H A Durl_scanner_ex.re144 zend_hash_add_empty_element(hosts, tmp_key);
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1660 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file()
1945 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c580 zend_hash_add_empty_element(files, zval_get_string(filename)); in PHP_FUNCTION()
/PHP-7.1/main/
H A Dmain.c2533 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()

Completed in 95 milliseconds