Searched refs:opcache_invalidate (Results 1 – 12 of 12) sorted by relevance
2 ISSUE #128 (opcache_invalidate segmentation fault)11 var_dump(opcache_invalidate('1'));
2 opcache_invalidate() should invalidate deleted file19 var_dump(opcache_invalidate($file));
22 var_dump(opcache_invalidate($tmp, true));
29 ZEND_FUNCTION(opcache_invalidate);38 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
15 function opcache_invalidate(string $filename, bool $force = false): bool {} function
851 ZEND_FUNCTION(opcache_invalidate) argument
21 opcache_invalidate($pname . '/a.php', true);22 // opcache_invalidate is buggy and doesn't work as expected so we add a
27 opcache_invalidate($pname . '/a.php', true);28 // opcache_invalidate is buggy and doesn't work as expected so we add a
25 opcache_invalidate(__DIR__ . '/init_fcall_003.inc', true);
878 opcache_invalidate($info_file, true);
250 . Fixed opcache_invalidate() on deleted file. (mikhainin)
Completed in 23 milliseconds