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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/debug_info.phpt |
--TEST-- Testing __debugInfo() magic method --FILE-- <?php class Foo { public $d = 4; protected $e = 5; private $f = 6; public function __debugInfo() { return ['a'=>1, "\0*\0b"=>2, "\0Foo\0c"=>3]; } } class Bar { public $val = 123; public function __debugInfo() { return null; } } $f = new Foo; var_dump($f); $b = new Bar; var_dump($b); --EXPECTF-- object(Foo)#%d (3) { ["a"]=> int(1) ["b":protected]=> int(2) ["c":"Foo":private]=> int(3) } object(Bar)#%d (0) { }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare