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