Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/soap/tests/schema/
H A Dschema082.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema083.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema084.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema085.phpt8 $schema = <<<EOF
33 test_schema($schema,'type="tns:testType"',new B());
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>
/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/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

Completed in 30 milliseconds

12345678