📄 Viewing: fixedarray_011.phpt

--TEST--
SPL: FixedArray: Testing setSize() with NULL
--FILE--
<?php

$a = new SplFixedArray(100);

$a->setSize(NULL);

print "ok\n";

?>
--EXPECT--
ok

🌑 DarkStealth — WP Plugin Edition

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