📄 Viewing: SplFixedArray__construct_param_string.phpt

--TEST--
SplFixedArray::__construct() with string passed as parameter.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php
try {
	$array = new SplFixedArray( "string" );
} catch (TypeError $iae) {
	echo "Ok - ".$iae->getMessage().PHP_EOL;
}


?>
--EXPECT--
Ok - SplFixedArray::__construct() expects parameter 1 to be int, string given

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/spl/tests