Home
last modified time | relevance | path

Searched refs:included_files (Results 1 – 13 of 13) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_info.c65 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 Dphpdbg_prompt.c1122 phpdbg_writeln("Included %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND()
1458 phpdbg_writeln("Includes %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND()
H A Dphpdbg.c1017 zend_hash_num_elements(&EG(included_files))); in phpdbg_welcome()
/php-src/Zend/
H A Dzend_globals.h180 HashTable included_files; /* files already included */ member
H A Dzend_execute_API.c160 zend_hash_init(&EG(included_files), 8, NULL, NULL, 0); in init_executor()
494 zend_hash_destroy(&EG(included_files)); in shutdown_executor()
H A Dzend.c1929 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_script()
H A Dzend_builtin_functions.c1225 ZEND_HASH_MAP_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
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.c5130 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
5154 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
/php-src/ext/spl/
H A Dphp_spl.c261 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
/php-src/ext/opcache/
H A DZendAccelerator.c1930 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file()
2213 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file()
4390 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
/php-src/main/
H A Dmain.c2550 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script_ex()
/php-src/ext/phar/
H A Dphar_object.c237 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action()
256 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()

Completed in 176 milliseconds