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/ext/soap/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/soap/tests/server007.phpt |
--TEST-- SOAP Server 7: addfunction and getfunctions --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- <?php function Add($x,$y) { return $x+$y; } function Sub($x,$y) { return $x-$y; } $server = new soapserver(null,array('uri'=>"http://testuri.org")); $server->addfunction(array("Sub","Add")); var_dump($server->getfunctions()); echo "ok\n"; ?> --EXPECT-- array(2) { [0]=> string(3) "Sub" [1]=> string(3) "Add" } ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare