xref: /PHP-5.3/ext/soap/tests/error_handler.phpt (revision 0d7487da)
1--TEST--
2Bug #46760 (SoapClient doRequest fails when proxy is used)
3--SKIPIF--
4<?php require_once('skipif.inc');
5if (!extension_loaded('sqlite')) die('skip sqlite extension not available');
6?>
7--FILE--
8<?php
9echo "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--
15blllllllllaaaaaaa
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>
18