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/ext/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/arrayObject___construct_error2.phpt |
--TEST-- SPL: ArrayObject::__construct with too many arguments. --FILE-- <?php echo "Too many arguments:\n"; Class C implements Iterator { function current() {} function next() {} function key() {} function valid() {} function rewind() {} } try { var_dump(new ArrayObject(new stdClass, 0, "C", "extra")); } catch (TypeError $e) { echo $e->getMessage() . "(" . $e->getLine() . ")\n"; } ?> --EXPECTF-- Too many arguments: ArrayObject::__construct() expects at most 3 parameters, 4 given(12)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare