Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A DZendAccelerator.h165 zend_bool is_phar; member
H A DZendAccelerator.c1240 new_persistent_script->is_phar = in cache_script_in_file_cache()
1334 new_persistent_script->is_phar = in cache_script_in_shared_memory()
1636 if (persistent_script->is_phar) { in file_cache_compile_file()
1911 if (persistent_script->is_phar) { in persistent_compile_file()
/PHP-7.0/ext/phar/
H A Dutil.c174 int is_phar; in phar_mount_entry() local
186 is_phar = (filename_len > 7 && !memcmp(filename, "phar://", 7)); in phar_mount_entry()
194 if (is_phar) { in phar_mount_entry()
203 if (PG(safe_mode) && !is_phar && (!php_checkuid(entry.tmp, NULL, CHECKUID_CHECK_FILE_AND_DIR))) { in phar_mount_entry()
212 if (!is_phar && php_check_open_basedir(filename)) { in phar_mount_entry()

Completed in 20 milliseconds