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