Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.h125 bool is_phar; member
H A DZendAccelerator.c1524 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in store_script_in_file_cache()
1637 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename); in cache_script_in_shared_memory()
1932 if (persistent_script->is_phar) { in file_cache_compile_file()
2215 if (persistent_script->is_phar) { in persistent_compile_file()
4278 new_persistent_script->is_phar = is_phar_file(new_persistent_script->script.filename);
/php-src/ext/phar/
H A Dutil.c193 int is_phar; in phar_mount_entry() local
205 is_phar = (filename_len > 7 && !memcmp(filename, "phar://", 7)); in phar_mount_entry()
213 if (is_phar) { in phar_mount_entry()
224 if (!is_phar && php_check_open_basedir(filename)) { in phar_mount_entry()

Completed in 25 milliseconds