📄 Viewing: nullable_null.phpt

--TEST--
nullable class
--FILE--
<?php
function test(Foo $a = null) {
	echo "ok\n";
}
test(null);
?>
--EXPECT--
ok

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests/type_declarations