Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/tests/
H A Dissue0128.phpt2 ISSUE #128 (opcache_invalidate segmentation fault)
11 var_dump(opcache_invalidate('1'));
H A Dbug65915.phpt17 var_dump(opcache_invalidate($tmp, true));
/PHP-8.0/ext/opcache/
H A Dopcache_arginfo.h29 ZEND_FUNCTION(opcache_invalidate);
38 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
H A Dopcache.stub.php11 function opcache_invalidate(string $filename, bool $force = false): bool {} function
H A Dzend_accelerator_module.c838 ZEND_FUNCTION(opcache_invalidate) argument
/PHP-8.0/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.0/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.0/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.0/
H A Drun-tests.php887 opcache_invalidate($info_file, true);
911 opcache_invalidate($info_file, true);

Completed in 24 milliseconds