Searched refs:zend_accel_load_script (Results 1 – 3 of 3) sorted by relevance
36 zend_op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_me…
1654 return zend_accel_load_script(persistent_script, 1); in file_cache_compile_file()1662 return zend_accel_load_script(persistent_script, from_memory); in file_cache_compile_file()1936 return zend_accel_load_script(persistent_script, from_shared_memory); in persistent_compile_file()
679 zend_op_array* zend_accel_load_script(zend_persistent_script *persistent_script, int from_shared_me… in zend_accel_load_script() function
Completed in 14 milliseconds