/
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/constants_007.phpt
--TEST-- Testing const names --FILE-- <?php const a = 'a'; const A = 'b'; class a { const a = 'c'; const A = 'd'; } var_dump(a, A, a::a, a::A); ?> --EXPECT-- string(1) "a" string(1) "b" string(1) "c" string(1) "d"
Copyright ©2k19 -
Hexid
|
Tex7ure