Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h180 HashTable included_files; /* files already included */ member
H A Dzend_builtin_functions.c1483 zend_hash_internal_pointer_reset(&EG(included_files)); in ZEND_FUNCTION()
1484 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
1486 zend_hash_move_forward(&EG(included_files)); in ZEND_FUNCTION()
H A Dzend_execute_API.c164 zend_hash_init(&EG(included_files), 5, NULL, NULL, 0); in init_executor()
319 zend_hash_destroy(&EG(included_files)); in shutdown_executor()
H A Dzend.c1322 …zend_hash_add(&EG(included_files), file_handle->opened_path, strlen(file_handle->opened_path) + 1,… in zend_execute_scripts()
H A Dzend_language_scanner.l639 …zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (vo… in compile_filename()
H A Dzend_vm_def.h3778 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1);
3791 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o…
H A Dzend_vm_execute.h2682 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
2695 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
7993 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
8006 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13310 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
13323 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
30980 … failure_retval = zend_hash_exists(&EG(included_files), resolved_path, strlen(resolved_path)+1); in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
30993 …if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path, strlen(file_handle.o… in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
H A Dzend_language_scanner.c641 …zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (vo… in compile_filename()
/PHP-5.5/ext/spl/
H A Dphp_spl.c282 …if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1,… in spl_autoload()
/PHP-5.5/main/
H A Dmain.c2480 zend_hash_add(&EG(included_files), realfile, realfile_len+1, (void *)&dummy, sizeof(int), NULL); in php_execute_script()
/PHP-5.5/ext/phar/
H A Dphar_object.c261 …if (zend_hash_add(&EG(included_files), name, name_len+1, (void *)&dummy, sizeof(int), NULL) == SUC… in phar_file_action()
280 zend_hash_del(&EG(included_files), name, name_len+1); in phar_file_action()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1657 …if (zend_hash_quick_add(&EG(included_files), persistent_script->full_path, persistent_script->full…

Completed in 183 milliseconds