php-src/ext/spl/tests/SplFixedArray__construct_param_array.phpt

12 lines
296 B
Plaintext
Raw Normal View History

2009-05-23 15:37:36 +00:00
--TEST--
SplFixedArray::__construct() with array passed as integer.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php
$array = new SplFixedArray( array("string", 1) );
?>
--EXPECTF--
Warning: SplFixedArray::__construct() expects parameter 1 to be long, array given in %s on line %d