/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
strings
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/strings/bug26817.phpt
--TEST-- Bug #26817 (http_build_query() did not handle private & protected object properties) --FILE-- <?php class test { protected $foo; private $bar; public $test; function foo() { $this->bar = 'meuh'; $this->foo = 'lala'; $this->test = 'test'; var_dump(http_build_query($this)); } } $obj = new test(); $obj->foo(); var_dump(http_build_query($obj)); ?> --EXPECT-- string(27) "foo=lala&bar=meuh&test=test" string(9) "test=test"
Copyright ©2k19 -
Hexid
|
Tex7ure