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/add_003.phpt |
--TEST-- adding arrays to objects --FILE-- <?php $a = array(1,2,3); $o = new stdclass; $o->prop = "value"; try { var_dump($o + $a); } catch (Error $e) { echo "\nException: " . $e->getMessage() . "\n"; } $c = $o + $a; var_dump($c); echo "Done\n"; ?> --EXPECTF-- Notice: Object of class stdClass could not be converted to int in %sadd_003.php on line %d Exception: Unsupported operand types Notice: Object of class stdClass could not be converted to int in %s on line %d Fatal error: Uncaught Error: Unsupported operand types in %s:%d Stack trace: #0 {main} thrown in %s on line %d
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare