Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/opcache/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/opcache/tests/bug65915.phpt |
--TEST-- Bug #65915 (Inconsistent results with require return value) --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_cache_only=0 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $tmp = __DIR__ . "/bug65915.inc.php"; file_put_contents($tmp, '<?php return function(){ return "a";};'); $f = require $tmp; var_dump($f()); var_dump(opcache_invalidate($tmp, true)); file_put_contents($tmp, '<?php return function(){ return "b";};'); $f = require $tmp; var_dump($f()); @unlink($tmp); ?> --EXPECT-- string(1) "a" bool(true) string(1) "b"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare