--TEST--
SplFixedArray::__construct() with null passed as parameter.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php

$array 
= new SplFixedArrayNULL );

print_r$array );

?>
--EXPECTF--
SplFixedArray Object
(
)