/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
tests
/
lang
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/tests/lang/bug24436.phpt
--TEST-- Bug #24436 (isset() and empty() produce errors with non-existent variables in objects) --FILE-- <?php class test { function __construct() { if (empty($this->test[0][0])) { print "test1";} if (!isset($this->test[0][0])) { print "test2";} } } $test1 = new test(); ?> --EXPECT-- test1test2
Copyright ©2k19 -
Hexid
|
Tex7ure