diff options
| author | SVN Migration <svn@php.net> | 2005-06-10 18:06:44 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2005-06-10 18:06:44 +0000 |
| commit | 02889a1980340caaa4f2450c834da87fb675f848 (patch) | |
| tree | 2e0b0f07f6810a635d5ecba89f63b6bfb63126f8 /ext/soap/tests/schema/schema054.phpt | |
| parent | 3b1f8e9ad74ad07580e4248b39fd0db261c31aa0 (diff) | |
| download | php-git-php-5.0.1b1.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'php_5_0_1b1'.php-5.0.1b1
Diffstat (limited to 'ext/soap/tests/schema/schema054.phpt')
| -rw-r--r-- | ext/soap/tests/schema/schema054.phpt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/soap/tests/schema/schema054.phpt b/ext/soap/tests/schema/schema054.phpt deleted file mode 100644 index fc5cb05761..0000000000 --- a/ext/soap/tests/schema/schema054.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -SOAP XML Schema 54: Apache Map ---SKIPIF-- -<?php require_once('skipif.inc'); ?> ---FILE-- -<?php -include "test_schema.inc"; -$schema = ''; -test_schema($schema,'type="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap"',array('a'=>123,'b'=>123.5)); -echo "ok"; -?> ---EXPECT-- -<?xml version="1.0" encoding="UTF-8"?> -<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:test><testParam xsi:type="ns2:Map"><item><key xsi:type="xsd:string">a</key><value xsi:type="xsd:int">123</value></item><item><key xsi:type="xsd:string">b</key><value xsi:type="xsd:float">123.5</value></item></testParam></ns1:test></SOAP-ENV:Body></SOAP-ENV:Envelope> -array(2) { - ["a"]=> - int(123) - ["b"]=> - float(123.5) -} -ok |
