Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A DZendAccelerator.h125 zend_bool is_phar; member
H A DZendAccelerator.c1395 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in store_script_in_file_cache()
1552 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in cache_script_in_shared_memory()
1902 if (persistent_script->is_phar) { in file_cache_compile_file()
2226 if (persistent_script->is_phar) { in persistent_compile_file()
4293 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename);
/PHP-8.0/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 39 milliseconds