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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug75420.phpt |
--TEST-- Bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS) --FILE-- <?php class Test { public function __isset($x) { $GLOBALS["name"] = 24; return true; } public function __get($x) { var_dump($x); return 42; } } $obj = new Test; $name = "foo"; var_dump($obj->$name ?? 12); ?> --EXPECT-- string(3) "foo" int(42)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare