Searched refs:included_files (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_globals.h | 160 HashTable included_files; /* files already included */ member
|
H A D | zend_execute_API.c | 158 zend_hash_init(&EG(included_files), 8, NULL, NULL, 0); in init_executor() 465 zend_hash_destroy(&EG(included_files)); in shutdown_executor()
|
H A D | zend_builtin_functions.c | 1099 ZEND_HASH_MAP_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
|
H A D | zend.c | 1841 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
|
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_execute.c | 4771 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval() 4795 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_info.c | 65 phpdbg_notice("Included files: %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_INFO() 72 ZEND_HASH_MAP_FOREACH_STR_KEY(&EG(included_files), fname) { in PHPDBG_INFO()
|
H A D | phpdbg_prompt.c | 1125 phpdbg_writeln("Included %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND() 1464 phpdbg_writeln("Includes %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND()
|
H A D | phpdbg.c | 1016 zend_hash_num_elements(&EG(included_files))); in phpdbg_welcome()
|
/PHP-8.2/ext/spl/ |
H A D | php_spl.c | 264 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 1931 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file() 2228 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file() 4385 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.c | 229 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action() 248 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
|
/PHP-8.2/main/ |
H A D | main.c | 2558 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()
|
Completed in 165 milliseconds