/
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/018.phpt
--TEST-- constant() tests --FILE-- <?php try { var_dump(constant("")); } catch (Error $e) { echo $e->getMessage(), "\n"; } define("TEST_CONST", 1); var_dump(constant("TEST_CONST")); define("TEST_CONST2", "test"); var_dump(constant("TEST_CONST2")); echo "Done\n"; ?> --EXPECT-- Undefined constant "" int(1) string(4) "test" Done
Copyright ©2k19 -
Hexid
|
Tex7ure