1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/ext/spl/tests/fixedarray_005.phpt
2008-06-18 14:54:40 +00:00

13 lines
268 B
PHP

--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 long, object given in %s on line %d