Annotation of embedaddon/php/ext/soap/tests/error_handler.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #46760 (SoapClient doRequest fails when proxy is used)
        !             3: --SKIPIF--
        !             4: <?php require_once('skipif.inc'); 
        !             5: if (!extension_loaded('sqlite')) die('skip sqlite extension not available');
        !             6: ?>
        !             7: --FILE--
        !             8: <?php
        !             9: echo "blllllllllaaaaaaa\n";
        !            10: $var475 = sqlite_factory("\x00");
        !            11: $var147 = use_soap_error_handler();
        !            12: $var477 = flock(false,false);dump($client->_proxy_port);
        !            13: ?>
        !            14: --EXPECT--
        !            15: blllllllllaaaaaaa
        !            16: <?xml version="1.0" encoding="UTF-8"?>
        !            17: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Call to undefined function dump()</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>