Searched refs:opcache_compile_file (Results 1 – 2 of 2) sorted by relevance
71 static ZEND_FUNCTION(opcache_compile_file);78 ZEND_FE(opcache_compile_file, arginfo_opcache_compile_file)812 static ZEND_FUNCTION(opcache_compile_file) argument
1683 static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, const … in opcache_compile_file() function1901 persistent_script = opcache_compile_file(file_handle, type, NULL, &op_array); in file_cache_compile_file()2158 persistent_script = opcache_compile_file(file_handle, type, key, &op_array); in persistent_compile_file()
Completed in 14 milliseconds