Home
last modified time | relevance | path

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

/php-src/ext/opcache/tests/
H A Dbug78429.phpt2 Bug #78429 (opcache_compile_file(__FILE__); segfaults)
9 var_dump(opcache_compile_file(__FILE__));
H A Dpreload_bug78014.inc2 opcache_compile_file(__DIR__ . "/bug78014.inc");
H A Dpreload_ind.inc2 opcache_compile_file(__DIR__ . '/preload_ind2.inc');
H A Dpreload_unresolved_prop_type.inc2 opcache_compile_file(__DIR__ . "/preload_unresolved_prop_type_2.inc");
H A Dpreload_inheritance_error_ind.inc2 opcache_compile_file(__DIR__ . '/preload_inheritance_error.inc');
H A Dgh9968-1.inc3 opcache_compile_file(__DIR__ . '/gh9968-2.inc');
H A Dpreload_const_autoload.inc7 opcache_compile_file(__DIR__ . '/preload_const_autoload_2.inc');
H A Dpreload_error_handler.inc8 opcache_compile_file(__DIR__ . '/preload_error_handler_ind.inc');
H A Dpreload_variance_ind.inc6 opcache_compile_file(__DIR__ . '/preload_variance.inc');
H A Dpreload_ind.phpt2 Various tests that need an opcache_compile_file() indirected preload file
/php-src/ext/opcache/
H A Dopcache_arginfo.h27 ZEND_FUNCTION(opcache_compile_file);
35 ZEND_FE(opcache_compile_file, arginfo_opcache_compile_file)
H A Dopcache.stub.php13 function opcache_compile_file(string $filename): bool {} function
H A Dzend_accelerator_module.c927 ZEND_FUNCTION(opcache_compile_file) argument
H A DZendAccelerator.c1725 static zend_persistent_script *opcache_compile_file(zend_file_handle *file_handle, int type, zend_o… in opcache_compile_file() function
1942 persistent_script = opcache_compile_file(file_handle, type, &op_array); in file_cache_compile_file()
2147 persistent_script = opcache_compile_file(file_handle, type, &op_array); in persistent_compile_file()

Completed in 60 milliseconds