Searched refs:opcache_invalidate (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/opcache/tests/ |
H A D | issue0128.phpt | 2 ISSUE #128 (opcache_invalidate segmentation fault) 11 var_dump(opcache_invalidate('1'));
|
H A D | opcache_invalidate_deleted_file.phpt | 2 opcache_invalidate() should invalidate deleted file 20 var_dump(opcache_invalidate($file));
|
H A D | bug65915.phpt | 22 var_dump(opcache_invalidate($tmp, true));
|
/php-src/sapi/fuzzer/ |
H A D | fuzzer-function-jit.c | 35 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 D | fuzzer-tracing-jit.c | 35 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 D | fuzzer-execute-common.h | 123 ZEND_ATTRIBUTE_UNUSED static void opcache_invalidate(void) { in opcache_invalidate() function
|
/php-src/ext/opcache/ |
H A D | opcache_arginfo.h | 32 ZEND_FUNCTION(opcache_invalidate); 41 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
|
H A D | opcache.stub.php | 15 function opcache_invalidate(string $filename, bool $force = false): bool {} function
|
H A D | zend_accelerator_module.c | 908 ZEND_FUNCTION(opcache_invalidate) argument
|
/php-src/ext/phar/tests/zip/ |
H A D | create_new_and_modify.phpt | 21 opcache_invalidate($pname . '/a.php', true); 22 // opcache_invalidate is buggy and doesn't work as expected so we add a
|
/php-src/ext/phar/tests/tar/ |
H A D | create_new_and_modify.phpt | 21 opcache_invalidate($pname . '/a.php', true); 22 // opcache_invalidate is buggy and doesn't work as expected so we add a
|
/php-src/ext/phar/tests/ |
H A D | create_new_and_modify.phpt | 27 opcache_invalidate($pname . '/a.php', true); 28 // opcache_invalidate is buggy and doesn't work as expected so we add a
|
/php-src/ext/opcache/tests/jit/ |
H A D | init_fcall_003.phpt | 24 opcache_invalidate(__DIR__ . '/init_fcall_003.inc', true);
|
/php-src/ |
H A D | run-tests.php | 841 opcache_invalidate($info_file, true);
|
Completed in 23 milliseconds