1--TEST-- 2SplFixedArray::__construct() with array passed as integer. 3--CREDITS-- 4PHPNW Test Fest 2009 - Jordan Hatch 5--FILE-- 6<?php 7 8$array = new SplFixedArray( array("string", 1) ); 9 10?> 11--EXPECTF-- 12Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d