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/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/array_splice_variation2.phpt |
--TEST-- Test array_splice() function : usage variations - additional parameters --FILE-- <?php /* * proto array array_splice(array input, int offset [, int length [, array replacement]]) * Function is implemented in ext/standard/array.c */ $array=array(0,1,2); var_dump (array_splice($array,1,1,3,4,5,6,7,8,9)); var_dump ($array); echo "Done\n"; ?> --EXPECTF-- Warning: array_splice() expects at most 4 parameters, 10 given in %s on line %d NULL array(3) { [0]=> int(0) [1]=> int(1) [2]=> int(2) } Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare