📄 Viewing: SplFixedArray__construct_param_null.phpt

--TEST--
SplFixedArray::__construct() with null passed as parameter.
--CREDITS--
PHPNW Test Fest 2009 - Jordan Hatch
--FILE--
<?php

$array = new SplFixedArray( NULL );

print_r( $array );

?>
--EXPECT--
SplFixedArray Object
(
)

🌑 DarkStealth — WP Plugin Edition

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