/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug68446.phpt
--TEST-- Bug #68446 (Array constant not accepted for array parameter default) --FILE-- <?php const FOO = [1]; const BAR = null; function a(array $a = FOO) { var_dump($a); } function b(?array $b = BAR) { var_dump($b); } b(null); b([]); b(); a([]); a(); a(null); ?> --EXPECTF-- NULL array(0) { } NULL array(0) { } array(1) { [0]=> int(1) } Fatal error: Uncaught TypeError: a(): Argument #1 ($a) must be of type array, null given, called in %s:%d Stack trace: #0 %s(%d): a(NULL) #1 {main} thrown in %s on line %d
Copyright ©2k19 -
Hexid
|
Tex7ure