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/fixedarray_005.phpt |
--TEST-- SPL: FixedArray: Invalid arguments --FILE-- <?php try { $a = new SplFixedArray(new stdClass); } catch (TypeError $iae) { echo "Ok - ".$iae->getMessage().PHP_EOL; } try { $a = new SplFixedArray('FOO'); } catch (TypeError $iae) { echo "Ok - ".$iae->getMessage().PHP_EOL; } try { $a = new SplFixedArray(''); } catch (TypeError $iae) { echo "Ok - ".$iae->getMessage().PHP_EOL; } ?> ===DONE=== --EXPECT-- Ok - SplFixedArray::__construct() expects parameter 1 to be integer, object given Ok - SplFixedArray::__construct() expects parameter 1 to be integer, string given Ok - SplFixedArray::__construct() expects parameter 1 to be integer, string given ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare