Searched refs:phar_path (Results 1 – 1 of 1) sorted by relevance
1769 char *phar_path, *ptr; in check_persistent_script_access() local1778 phar_path = estrdup(ZSTR_VAL(persistent_script->script.filename)+sizeof("phar://")-1); in check_persistent_script_access()1779 if ((ptr = strstr(phar_path, ".phar/")) != NULL) in check_persistent_script_access()1783 ret = access(phar_path, R_OK) != 0; in check_persistent_script_access()1784 efree(phar_path); in check_persistent_script_access()
Completed in 10 milliseconds