/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
opcache
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/opcache/tests/bug74152.phpt
--TEST-- Bug #74152 (if statement says true to a null variable) --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=-1 --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php $foo = 'foo'; $bar = null; switch ($foo) { default: case 'foo': if ($bar) { echo 'true'; } else { echo 'false'; } } ?> --EXPECT-- false
Copyright ©2k19 -
Hexid
|
Tex7ure