1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00
Files
archived-php-src/ext/spl/tests/fastarray_005.phpt
2008-06-07 14:10:21 +00:00

13 lines
265 B
PHP

--TEST--
SPL: FastArray: Trying to instantiate passing object to constructor parameter
--FILE--
<?php
$b = new stdClass;
$a = new SplFastArray($b);
?>
--EXPECTF--
Warning: SplFastArray::__construct() expects parameter 1 to be long, object given in %s on line %d