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/bug30394.phpt |
--TEST-- Bug #30394 (Assignment operators yield wrong result with __get/__set) --FILE-- <?php class Container { public function __get( $what ) { return $this->_p[ $what ]; } public function __set( $what, $value ) { $this->_p[ $what ] = $value; } private $_p = array(); } $c = new Container(); $c->a = 1; $c->a += 1; print $c->a; // --> 2 print " - "; $c->a += max( 0, 1 ); print $c->a; // --> 4 (!) ?> --EXPECT-- 2 - 3
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare