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/bug75698.phpt |
--TEST-- Bug #75698: Using @ crashes php7.2-fpm --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php function test() { $a = array("a","b","c","b"); $b = array(); foreach ($a as $c) @$b[$c]++; // the @ is required to crash PHP 7.2.0 var_dump($b); } test(); ?> --EXPECT-- array(3) { ["a"]=> int(1) ["b"]=> int(2) ["c"]=> int(1) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare