Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 185) sorted by last modified time

12345678

/PHP-5.5/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt53 <!NOTATION USDATE SYSTEM "http://www.schema.net/usdate.not">
54 <!NOTATION AUSDATE SYSTEM "http://www.schema.net/ausdate.not">
55 <!NOTATION ISODATE SYSTEM "http://www.schema.net/isodate.not">
72 ...System ID=http://www.schema.net/usdate.not
77 ...System ID=http://www.schema.net/ausdate.not
82 ...System ID=http://www.schema.net/isodate.not
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c368 if (intern->schema) { in xmlreader_free_resources()
369 xmlRelaxNGFree((xmlRelaxNGPtr) intern->schema); in xmlreader_free_resources()
370 intern->schema = NULL; in xmlreader_free_resources()
400 intern->schema = NULL; in xmlreader_objects_new()
495 xmlRelaxNGPtr schema = NULL; in php_xmlreader_set_relaxng_schema() local
512 schema = _xmlreader_get_relaxNG(source, source_len, type, NULL, NULL TSRMLS_CC); in php_xmlreader_set_relaxng_schema()
513 if (schema) { in php_xmlreader_set_relaxng_schema()
514 retval = xmlTextReaderRelaxNGSetSchema(intern->ptr, schema); in php_xmlreader_set_relaxng_schema()
522 if (intern->schema) { in php_xmlreader_set_relaxng_schema()
523 xmlRelaxNGFree((xmlRelaxNGPtr) intern->schema); in php_xmlreader_set_relaxng_schema()
[all …]
H A Dphp_xmlreader.h39 void *schema; member
/PHP-5.5/ext/standard/tests/array/
H A Dbug34066.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
280 /Docs/@xmlns=x-schema:CL310_DezABFSchema.XML
H A Dbug34066_1.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
279 /Docs/xmlns=x-schema:CL310_DezABFSchema.XML
/PHP-5.5/ext/soap/tests/schema/
H A Dschema008.phpt8 $schema = <<<EOF
19 test_schema($schema,'element="tns:testElement"',123.5);
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
25 $schema
26 </schema>
H A Dschema064.phpt12 $schema = <<<EOF
28 test_schema($schema,'type="tns:testType"',array(
H A Dschema068.phpt8 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));
H A Dschema085.phpt8 $schema = <<<EOF
33 test_schema($schema,'type="tns:testType"',new B());
/PHP-5.5/ext/soap/tests/
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 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…
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>
/PHP-5.5/ext/soap/
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()
H A DTODO43 ? provide schema 1999/2001 support???
H A DTODO.old22 provide schema 1999/2001 support....
/PHP-5.5/ext/phar/tests/
H A Dbug65028.phpt19 "files/search/schema.xml",

Completed in 59 milliseconds

12345678