Searched refs:from_memory (Results 1 – 1 of 1) sorted by relevance
1895 bool from_memory; /* if the script we've got is stored in SHM */ in file_cache_compile_file() local1956 from_memory = false; in file_cache_compile_file()1957 persistent_script = cache_script_in_file_cache(persistent_script, &from_memory); in file_cache_compile_file()1958 return zend_accel_load_script(persistent_script, from_memory); in file_cache_compile_file()
Completed in 13 milliseconds