ps_handle         854 ext/opcache/ZendAccelerator.c 	zend_file_handle ps_handle;
ps_handle         899 ext/opcache/ZendAccelerator.c 	ps_handle.type = ZEND_HANDLE_FILENAME;
ps_handle         900 ext/opcache/ZendAccelerator.c 	ps_handle.filename = ZSTR_VAL(persistent_script->full_path);
ps_handle         901 ext/opcache/ZendAccelerator.c 	ps_handle.opened_path = persistent_script->full_path;
ps_handle         903 ext/opcache/ZendAccelerator.c 	if (zend_get_file_handle_timestamp(&ps_handle, NULL) == persistent_script->timestamp) {