Searched refs:opcache_compile_file (Results 1 – 15 of 15) sorted by relevance
3 opcache_compile_file(__DIR__ . '/gh15021_a.inc');4 opcache_compile_file(__DIR__ . '/gh15021_b.inc');
2 Bug #78429 (opcache_compile_file(__FILE__); segfaults)9 var_dump(opcache_compile_file(__FILE__));
2 opcache_compile_file(__DIR__ . "/bug78014.inc");
2 opcache_compile_file(__DIR__ . '/preload_ind2.inc');
2 opcache_compile_file(__DIR__ . "/preload_unresolved_prop_type_2.inc");
2 opcache_compile_file(__DIR__ . '/preload_inheritance_error.inc');
3 opcache_compile_file(__DIR__ . '/gh9968-2.inc');
7 opcache_compile_file(__DIR__ . '/preload_const_autoload_2.inc');
8 opcache_compile_file(__DIR__ . '/preload_error_handler_ind.inc');
6 opcache_compile_file(__DIR__ . '/preload_variance.inc');
2 Various tests that need an opcache_compile_file() indirected preload file
31 ZEND_FUNCTION(opcache_compile_file);40 ZEND_FE(opcache_compile_file, arginfo_opcache_compile_file)
13 function opcache_compile_file(string $filename): bool {} function
945 ZEND_FUNCTION(opcache_compile_file) argument
1729 static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, zend_o… in opcache_compile_file() function1953 persistent_script = opcache_compile_file(file_handle, type, &op_array); in file_cache_compile_file()2158 persistent_script = opcache_compile_file(file_handle, type, &op_array); in persistent_compile_file()
Completed in 38 milliseconds