Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/phar/tests/
H A Dcreate_new_and_modify.phpt26 opcache_invalidate($pname . '/a.php', true);
27 // opcache_invalidate is buggy and doesn't work as expected so we add a
/PHP-7.4/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt20 opcache_invalidate($pname . '/a.php', true);
21 // opcache_invalidate is buggy and doesn't work as expected so we add a
/PHP-7.4/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt20 opcache_invalidate($pname . '/a.php', true);
21 // opcache_invalidate is buggy and doesn't work as expected so we add a
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c66 static ZEND_FUNCTION(opcache_invalidate);
77 ZEND_FE(opcache_invalidate, arginfo_opcache_invalidate)
827 static ZEND_FUNCTION(opcache_invalidate) argument
/PHP-7.4/
H A Drun-tests.php871 opcache_invalidate($info_file, true);
895 opcache_invalidate($info_file, true);

Completed in 23 milliseconds