Searched refs:opcache_invalidate (Results 1 – 9 of 9) sorted by relevance
2 ISSUE #128 (opcache_invalidate segmentation fault)11 var_dump(opcache_invalidate('1'));
17 var_dump(opcache_invalidate($tmp, true));
29 ZEND_FUNCTION(opcache_invalidate);38 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
11 function opcache_invalidate(string $filename, bool $force = false): bool {} function
838 ZEND_FUNCTION(opcache_invalidate) argument
27 opcache_invalidate($pname . '/a.php', true);28 // opcache_invalidate is buggy and doesn't work as expected so we add a
21 opcache_invalidate($pname . '/a.php', true);22 // opcache_invalidate is buggy and doesn't work as expected so we add a
887 opcache_invalidate($info_file, true);911 opcache_invalidate($info_file, true);
Completed in 52 milliseconds