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)800 static ZEND_FUNCTION(opcache_compile_file) argument
1478 static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, char *… in opcache_compile_file() function1683 persistent_script = opcache_compile_file(file_handle, type, NULL, &op_array); in file_cache_compile_file()1902 persistent_script = opcache_compile_file(file_handle, type, key, &op_array); in persistent_compile_file()
Completed in 16 milliseconds