-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
SPL: FixedArray: Trying to access inexistent item
--FILE--
<?php

try {
	$a = new SplFixedArray(NULL);
	echo $a[0]++;
} catch (Exception $e) {
	echo $e->getMessage();
}

?>
--EXPECT--
Index invalid or out of range

Copyright © 2017 || Recoded By Mr.Bumblebee