schema068.phpt

来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 18 行

PHPT
18
字号
--TEST--SOAP XML Schema 68: Attribute with fixed value (3)--SKIPIF--<?php require_once('skipif.inc'); ?>--FILE--<?phpinclude "test_schema.inc";$schema = <<<EOF	<complexType name="testType">		<attribute name="str" type="string"/>		<attribute name="int" type="int" fixed="5"/>	</complexType>EOF;test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));echo "ok";?>--EXPECTF--Fatal error: SOAP-ERROR: Encoding: Attribute 'int' has fixed value '5' (value '4' is not allowed) in %stest_schema.inc on line %d

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?