⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 schema068.phpt

📁 PHP v6.0 For Linux 运行环境:Win9X/ WinME/ WinNT/ Win2K/ WinXP
💻 PHPT
字号:
--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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -