Home
last modified time | relevance | path

Searched refs:schema (Results 76 – 100 of 185) sorted by path

12345678

/PHP-5.5/ext/pgsql/tests/
H A Dpg_select_001.phpt2 PostgreSQL pg_select() - basic test using schema
H A Dpg_update_001.phpt2 PostgreSQL pg_update() - basic test using schema
/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt19 "files/search/schema.xml",
/PHP-5.5/ext/soap/
H A DTODO43 ? provide schema 1999/2001 support???
H A DTODO.old22 provide schema 1999/2001 support....
H A Dphp_schema.c102 xmlNodePtr schema; in schema_load_file() local
112 schema = get_node(doc->children, "schema"); in schema_load_file()
113 if (schema == NULL) { in schema_load_file()
117 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
128 new_tns = get_attribute(schema->properties, "targetNamespace"); in schema_load_file()
139 load_schema(ctx, schema TSRMLS_CC); in schema_load_file()
163 int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC) in load_schema()
181 tns = get_attribute(schema->properties, "targetNamespace"); in load_schema()
183 tns = xmlSetProp(schema, BAD_CAST("targetNamespace"), BAD_CAST("")); in load_schema()
184 xmlNewNs(schema, BAD_CAST(""), NULL); in load_schema()
[all …]
H A Dphp_schema.h25 int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC);
H A Dphp_sdl.c352 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex() local
353 if (schema) { in load_wsdl_ex()
354 load_schema(ctx, schema TSRMLS_CC); in load_wsdl_ex()
/PHP-5.5/ext/soap/tests/
H A Dbug68361.phpt12 …<xsd:schema targetNamespace="http://foo.bar/testserver/types" xmlns="http://foo.bar/testserver/typ…
36 </xsd:schema>
H A Dclassmap.wsdl3 <xsd:schema targetNamespace="http://schemas.nothing.com">
10 </xsd:schema>
H A Dclassmap001.phpt40 'actor' =>'http://schema.nothing.com',
H A Dclassmap002.phpt30 'actor' =>'http://schema.nothing.com',
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug27722.phpt2 Bug #27722 (Segfault on schema without targetNamespace)
H A Dbug29061.wsdl10 <xs:schema/>
H A Dbug29795.wsdl3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…
10 </xs:schema>
H A Dbug29839.wsdl3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
11 </xs:schema>
H A Dbug30106.phpt11 "schema"=>"<xsd:schema><element name=\"test\" type=\"xsd:string\"/></xsd:schema>",
56 <anyXML> schema;
63 …tListResponse><ns1:getContinentListResult><xsd:schema><element name="test" type="xsd:string"/></xs…
67 ["schema"]=>
68 string(65) "<xsd:schema><element name="test" type="xsd:string"/></xsd:schema>"
H A Dbug34453.wsdl3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
11 </xs:schema>
H A Dbug40609.wsdl3 …</wsdl:documentation><wsdl:types><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeF…
26 </xs:schema></wsdl:types><wsdl:message name="updateMessage"><wsdl:part name="part1" element="ns:upd…
/PHP-5.5/ext/soap/tests/schema/
H A Dschema001.phpt8 $schema = <<<EOF
13 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema002.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema003.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema004.phpt10 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema005.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema006.phpt8 $schema = <<<EOF
18 test_schema($schema,'element="tns:testElement"',123.5);

Completed in 83 milliseconds

12345678