1--TEST--
2pass an integer into fromArray()
3--CREDITS--
4PHPNW Testfest 2009 - Lorna Mitchell
5--FILE--
6<?php
7echo SplFixedArray::fromArray(17954);
8?>
9--EXPECTF--
10Warning: SplFixedArray::fromArray() expects parameter 1 to be array, integer given in %s on line %d
11