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