from_memory      1554 ext/opcache/ZendAccelerator.c 	int from_memory; /* if the script we've got is stored in SHM */
from_memory      1612 ext/opcache/ZendAccelerator.c 		from_memory = 0;
from_memory      1613 ext/opcache/ZendAccelerator.c 		persistent_script = cache_script_in_file_cache(persistent_script, &from_memory);
from_memory      1614 ext/opcache/ZendAccelerator.c 		return zend_accel_load_script(persistent_script, from_memory);