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/indirect_call_array_003.phpt |
--TEST-- Indirect method call by array - Calling __call() and __callStatic() --FILE-- <?php class foo { public function __call($a, $b) { printf("From %s:\n", __METHOD__); var_dump($a); var_dump($this); } static public function __callStatic($a, $b) { printf("From %s:\n", __METHOD__); var_dump($a); var_dump($this); } } $arr = array('foo', 'abc'); try { $arr(); } catch (Throwable $e) { echo "Exception: " . $e->getMessage() . "\n"; } $foo = new foo; $arr = array($foo, 'abc'); $arr(); ?> --EXPECTF-- From foo::__callStatic: string(3) "abc" Exception: Using $this when not in object context From foo::__call: string(3) "abc" object(foo)#%d (0) { }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare