Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_globals.h149 HashTable included_files; /* files already included */ member
H A Dzend_execute_API.c154 zend_hash_init(&EG(included_files), 8, NULL, NULL, 0); in init_executor()
402 zend_hash_destroy(&EG(included_files)); in shutdown_executor()
H A Dzend.c1690 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
H A Dzend_builtin_functions.c1138 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
H A Dzend_language_scanner.l726 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
H A Dzend_execute.c4436 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
4457 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { in zend_include_or_eval()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c65 …cludedfilecount", "num=\"%d\"", "Included files: %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_INFO()
72 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), fname) { in PHPDBG_INFO()
H A Dphpdbg_prompt.c1140 …g_writeln("info", "includes=\"%d\"", "Included %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND()
1482 …_writeln("clean", "includes=\"%d\"", "Includes %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND()
H A Dphpdbg.c1081 zend_hash_num_elements(&EG(included_files))); in phpdbg_welcome()
/PHP-8.0/ext/spl/
H A Dphp_spl.c272 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1900 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in file_cache_compile_file()
2224 …if (zend_hash_add_empty_element(&EG(included_files), persistent_script->script.filename) != NULL) { in persistent_compile_file()
4377 if (zend_hash_exists(&EG(included_files), filename)) {
4386 zend_hash_add_empty_element(&EG(included_files), filename);
4477 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
/PHP-8.0/main/
H A Dmain.c2522 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()
/PHP-8.0/ext/phar/
H A Dphar_object.c229 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()

Completed in 109 milliseconds