Home
last modified time | relevance | path

Searched refs:opcache_compile_file (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c71 static ZEND_FUNCTION(opcache_compile_file);
78 ZEND_FE(opcache_compile_file, arginfo_opcache_compile_file)
812 static ZEND_FUNCTION(opcache_compile_file) argument
H A DZendAccelerator.c1683 static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, const … in opcache_compile_file() function
1901 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 18 milliseconds