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/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug62005.phpt |
--TEST-- Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) --FILE-- <?php function add_points($player, $points) { $player->energy += $points; print_r($player); } add_points(NULL, 2); --EXPECTF-- Warning: Creating default object from empty value in %sbug62005.php on line %d Notice: Undefined property: stdClass::$energy in %sbug62005.php on line 3 stdClass Object ( [energy] => 2 )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare