Home
last modified time | relevance | path

Searched refs:is_phar (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h118 zend_bool is_phar; member
H A DZendAccelerator.c1398 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in store_script_in_file_cache()
1558 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in cache_script_in_shared_memory()
1861 if (persistent_script->is_phar) { in file_cache_compile_file()
2182 if (persistent_script->is_phar) { in persistent_compile_file()
4199 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in preload_script_in_shared_memory()
/PHP-7.4/ext/phar/
H A Dutil.c170 int is_phar; in phar_mount_entry() local
182 is_phar = (filename_len > 7 && !memcmp(filename, "phar://", 7)); in phar_mount_entry()
190 if (is_phar) { in phar_mount_entry()
201 if (!is_phar && php_check_open_basedir(filename)) { in phar_mount_entry()

Completed in 22 milliseconds