My script is dies at the start when I try to devine a SplFixedArray and I don't know how to find the error. Help would be appreciated...
<?
error_reporting( E_ALL );
// Initialize the array with a fixed length
$array = new SplFixedArray(5);
Thanks!
WBR