Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/tests/
H A Dissue0128.phpt2 ISSUE #128 (opcache_invalidate segmentation fault)
11 var_dump(opcache_invalidate('1'));
H A Dopcache_invalidate_deleted_file.phpt2 opcache_invalidate() should invalidate deleted file
19 var_dump(opcache_invalidate($file));
H A Dbug65915.phpt22 var_dump(opcache_invalidate($tmp, true));
/PHP-8.2/sapi/fuzzer/
H A Dfuzzer-function-jit.c35 FILE_NAME, (const char *) Data, Size, /* execute */ 1, opcache_invalidate); in LLVMFuzzerTestOneInput()
43 FILE_NAME, (const char *) Data, Size, /* execute */ 1, opcache_invalidate); in LLVMFuzzerTestOneInput()
H A Dfuzzer-tracing-jit.c35 FILE_NAME, (const char *) Data, Size, /* execute */ 1, opcache_invalidate); in LLVMFuzzerTestOneInput()
47 FILE_NAME, (const char *) Data, Size, /* execute */ 1, opcache_invalidate); in LLVMFuzzerTestOneInput()
H A Dfuzzer-execute-common.h123 ZEND_ATTRIBUTE_UNUSED static void opcache_invalidate(void) { in opcache_invalidate() function
/PHP-8.2/ext/opcache/
H A Dopcache_arginfo.h29 ZEND_FUNCTION(opcache_invalidate);
38 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
H A Dopcache.stub.php15 function opcache_invalidate(string $filename, bool $force = false): bool {} function
H A Dzend_accelerator_module.c897 ZEND_FUNCTION(opcache_invalidate) argument
/PHP-8.2/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt21 opcache_invalidate($pname . '/a.php', true);
22 // opcache_invalidate is buggy and doesn't work as expected so we add a
/PHP-8.2/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt21 opcache_invalidate($pname . '/a.php', true);
22 // opcache_invalidate is buggy and doesn't work as expected so we add a
/PHP-8.2/ext/phar/tests/
H A Dcreate_new_and_modify.phpt27 opcache_invalidate($pname . '/a.php', true);
28 // opcache_invalidate is buggy and doesn't work as expected so we add a
/PHP-8.2/ext/opcache/tests/jit/
H A Dinit_fcall_003.phpt24 opcache_invalidate(__DIR__ . '/init_fcall_003.inc', true);
/PHP-8.2/
H A Drun-tests.php848 opcache_invalidate($info_file, true);

Completed in 64 milliseconds