included_files 1423 Zend/zend.c zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path); included_files 1674 Zend/zend_builtin_functions.c ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), entry) { included_files 157 Zend/zend_execute_API.c zend_hash_init(&EG(included_files), 8, NULL, NULL, 0); included_files 386 Zend/zend_execute_API.c zend_hash_destroy(&EG(included_files)); included_files 148 Zend/zend_globals.h HashTable included_files; /* files already included */ included_files 655 Zend/zend_language_scanner.c zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); included_files 5421 Zend/zend_vm_def.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); included_files 5434 Zend/zend_vm_def.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { included_files 3612 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); included_files 3625 Zend/zend_vm_execute.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { included_files 29183 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); included_files 29196 Zend/zend_vm_execute.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { included_files 40665 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); included_files 40678 Zend/zend_vm_execute.h if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) { included_files 1586 ext/opcache/ZendAccelerator.c if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) { included_files 1844 ext/opcache/ZendAccelerator.c if (zend_hash_add_empty_element(&EG(included_files), persistent_script->full_path) != NULL) { included_files 243 ext/phar/phar_object.c if (zend_hash_str_add(&EG(included_files), name, name_len, &dummy) != NULL) { included_files 262 ext/phar/phar_object.c zend_hash_str_del(&EG(included_files), name, name_len); included_files 280 ext/spl/php_spl.c if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { included_files 2443 main/main.c zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path); included_files 1093 sapi/phpdbg/phpdbg.c zend_hash_num_elements(&EG(included_files))); included_files 67 sapi/phpdbg/phpdbg_info.c phpdbg_notice("includedfilecount", "num=\"%d\"", "Included files: %d", zend_hash_num_elements(&EG(included_files))); included_files 74 sapi/phpdbg/phpdbg_info.c ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), fname) { included_files 936 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("info", "includes=\"%d\"", "Included %d", zend_hash_num_elements(&EG(included_files))); included_files 1272 sapi/phpdbg/phpdbg_prompt.c phpdbg_writeln("clean", "includes=\"%d\"", "Includes %d", zend_hash_num_elements(&EG(included_files)));