summaryrefslogtreecommitdiff
path: root/ext/spl/tests/fixedarray_005.phpt
blob: fdd78f06a25027607d7d7c8cf832ba047ef861ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
SPL: FixedArray: Trying to instantiate passing object to constructor parameter
--FILE--
<?php

$b = new stdClass;

$a = new SplFixedArray($b);

?>
--EXPECTF--
Warning: SplFixedArray::__construct() expects parameter 1 to be integer, object given in %s on line %d