php-src/ext/spl/tests/fixedarray_009.phpt
2008-06-18 14:54:28 +00:00

11 lines
258 B
PHP

--TEST--
SPL: FixedArray: Trying to instantiate passing string to construtor parameter
--FILE--
<?php
$a = new SplFixedArray('FOO');
?>
--EXPECTF--
Warning: SplFixedArray::__construct() expects parameter 1 to be long, Unicode string given in %s on line %d