is_phar          1192 ext/opcache/ZendAccelerator.c 	new_persistent_script->is_phar =
is_phar          1286 ext/opcache/ZendAccelerator.c 	new_persistent_script->is_phar =
is_phar          1588 ext/opcache/ZendAccelerator.c 					if (persistent_script->is_phar) {
is_phar          1846 ext/opcache/ZendAccelerator.c 					if (persistent_script->is_phar) {
is_phar           167 ext/opcache/ZendAccelerator.h 	zend_bool      is_phar;
is_phar           174 ext/phar/util.c 	int is_phar;
is_phar           186 ext/phar/util.c 	is_phar = (filename_len > 7 && !memcmp(filename, "phar://", 7));
is_phar           194 ext/phar/util.c 	if (is_phar) {
is_phar           203 ext/phar/util.c 	if (PG(safe_mode) && !is_phar && (!php_checkuid(entry.tmp, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
is_phar           212 ext/phar/util.c 	if (!is_phar && php_check_open_basedir(filename)) {