Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A DZendAccelerator.h118 zend_bool is_phar; member
H A DZendAccelerator.c1406 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in store_script_in_file_cache()
1571 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in cache_script_in_shared_memory()
1880 if (persistent_script->is_phar) { in file_cache_compile_file()
2210 if (persistent_script->is_phar) { in persistent_compile_file()
/PHP-7.3/ext/phar/
H A Dutil.c172 int is_phar; in phar_mount_entry() local
184 is_phar = (filename_len > 7 && !memcmp(filename, "phar://", 7)); in phar_mount_entry()
192 if (is_phar) { in phar_mount_entry()
203 if (!is_phar && php_check_open_basedir(filename)) { in phar_mount_entry()

Completed in 21 milliseconds