-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/spl/tests/
File Upload :
Current File : //usr/src/php/ext/spl/tests/SplFixedArray_next_param.phpt

--TEST--
SplFixedArray::next() with a parameter. *BUG*
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php

$array = new SplFixedArray( 4 );

$array[0] = "Hello";
$array[1] = "world";
$array[2] = "elePHPant";

$array->next( "invalid" );

?>
--EXPECTF--
Warning: SplFixedArray::next() expects exactly 0 parameters, 1 given in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee