Searched refs:included_files (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_globals.h | 148 HashTable included_files; /* files already included */ member
|
H A D | zend_execute_API.c | 157 zend_hash_init(&EG(included_files), 8, NULL, NULL, 0); in init_executor() 386 zend_hash_destroy(&EG(included_files)); in shutdown_executor()
|
H A D | zend.c | 1441 zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); in zend_execute_scripts()
|
H A D | zend_language_scanner.l | 655 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
|
H A D | zend_builtin_functions.c | 1638 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
|
H A D | zend_vm_def.h | 5454 failure_retval = zend_hash_exists(&EG(included_files), resolved_path); 5467 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
|
H A D | zend_language_scanner.c | 657 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
|
H A D | zend_vm_execute.h | 3627 failure_retval = zend_hash_exists(&EG(included_files), resolved_path); 3640 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { 29486 failure_retval = zend_hash_exists(&EG(included_files), resolved_path); 29499 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { 41098 failure_retval = zend_hash_exists(&EG(included_files), resolved_path); 41111 if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_info.c | 67 …cludedfilecount", "num=\"%d\"", "Included files: %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_INFO() 74 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), fname) { in PHPDBG_INFO()
|
H A D | phpdbg_prompt.c | 1141 …g_writeln("info", "includes=\"%d\"", "Included %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND() 1484 …_writeln("clean", "includes=\"%d\"", "Includes %d", zend_hash_num_elements(&EG(included_files))); in PHPDBG_COMMAND()
|
H A D | phpdbg.c | 1121 zend_hash_num_elements(&EG(included_files))); in phpdbg_welcome()
|
/PHP-7.0/ext/spl/ |
H A D | php_spl.c | 280 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
|
/PHP-7.0/ext/opcache/ |
H A D | ZendAccelerator.c | 1634 if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) { in file_cache_compile_file() 1909 if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) { in persistent_compile_file()
|
/PHP-7.0/main/ |
H A D | main.c | 2472 zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); in php_execute_script()
|
/PHP-7.0/ext/phar/ |
H A D | phar_object.c | 243 if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { in phar_file_action() 262 zend_hash_str_del(&EG(included_files), name, name_len); in phar_file_action()
|
Completed in 203 milliseconds