File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / soap / tests / error_handler.phpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:48:01 2012 UTC (12 years, 5 months ago) by misho
Branches: php, MAIN
CVS tags: v5_3_10, HEAD
php

--TEST--
Bug #46760 (SoapClient doRequest fails when proxy is used)
--SKIPIF--
<?php require_once('skipif.inc'); 
if (!extension_loaded('sqlite')) die('skip sqlite extension not available');
?>
--FILE--
<?php
echo "blllllllllaaaaaaa\n";
$var475 = sqlite_factory("\x00");
$var147 = use_soap_error_handler();
$var477 = flock(false,false);dump($client->_proxy_port);
?>
--EXPECT--
blllllllllaaaaaaa
<?xml version="1.0" encoding="UTF-8"?>
<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>