Home
last modified time | relevance | path

Searched refs:schema (Results 1 – 25 of 148) sorted by relevance

123456

/php-src/ext/soap/tests/bugs/
H A Dbug30106.phpt11 "schema"=>"<xsd:schema><element name=\"test\" type=\"xsd:string\"/></xsd:schema>",
58 <anyXML> schema;
65 …tListResponse><ns1:getContinentListResult><xsd:schema><element name="test" type="xsd:string"/></xs…
69 ["schema"]=>
70 string(65) "<xsd:schema><element name="test" type="xsd:string"/></xsd:schema>"
H A Dbug62900.phpt13 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
15 </xs:schema>
23 <xs:schema elementFormDefault="qualified">
25 </xs:schema>
31 <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd">
32 <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespacex" xmlns:xs="http://www.w3.org/2001…
36 <!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd">
37 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="en"/>
73 Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema f…
79 Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema f…
[all …]
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt2 DomDocument::schemaValidate() - file that is not a schema
15 $result = $doc->schemaValidate(__DIR__."/book-not-a-schema.xsd");
20 Warning: DOMDocument::schemaValidate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expecte…
22 …idate(): Let's see what happens upon parsing a file that doesn't contain a schema. in %s on line %d
26 Warning: DOMDocument::schemaValidate(): Failed to parse the XML resource '%sbook-not-a-schema.xsd'.…
H A DDOMDocument_schemaValidateSource_error1.phpt2 DomDocument::schemaValidateSource() - string that is not a schema
15 $result = $doc->schemaValidateSource('string that is not a schema');
22 Warning: DOMDocument::schemaValidateSource(): string that is not a schema in %s on line %d
H A DDOMDocument_schemaValidateSource_error2.phpt2 DomDocument::schemaValidateSource() - non-conforming schema
15 $xsd = file_get_contents(__DIR__."/book-non-conforming-schema.xsd");
H A DDOMDocument_schemaValidate_error2.phpt2 DomDocument::schemaValidate() - non-conforming schema file
15 $result = $doc->schemaValidate(__DIR__."/book-non-conforming-schema.xsd");
H A Dgh12616_1.phpt11 <container xmlns="http://symfony.com/schema/dic/services">
17 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', '');
H A Dgh12616_3.phpt12 <child1 xmlns:x="http://symfony.com/schema/dic/services">
16 <child2 xmlns:x="http://symfony.com/schema/dic/services">
24 $doc->documentElement->firstElementChild->removeAttributeNS('http://symfony.com/schema/dic/services…
55 <child2 xmlns:x="http://symfony.com/schema/dic/services">
155 string(38) "http://symfony.com/schema/dic/services"
163 string(38) "http://symfony.com/schema/dic/services"
H A DDOMDocument_schemaValidate_error5.phpt2 DomDocument::schemaValidate() - non-existent schema file
22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%snon-existen…
H A Dgh12616_2.phpt11 <container xmlns:test="urn:test" xmlns:symfony="http://symfony.com/schema/dic/services">
19 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', 'symfony');
/php-src/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt42 <!NOTATION USDATE SYSTEM "http://www.schema.net/usdate.not">
43 <!NOTATION AUSDATE SYSTEM "http://www.schema.net/ausdate.not">
44 <!NOTATION ISODATE SYSTEM "http://www.schema.net/isodate.not">
61 ...System ID=http://www.schema.net/usdate.not
66 ...System ID=http://www.schema.net/ausdate.not
71 ...System ID=http://www.schema.net/isodate.not
/php-src/ext/xmlreader/tests/
H A DsetSchema_error.phpt18 $reader->setSchema('schema-missing-file.xsd');
26 $reader->setSchema('schema-empty.xsd');
36 var_dump(@$reader->setSchema('schema-bad.xsd'));
H A Dbug73053.xsd1 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
27 </xsd:schema>
/php-src/ext/odbc/
H A Dodbc.stub.php415 …function odbc_tables(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?stri…
417 …function odbc_columns(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?str…
421 …function odbc_primarykeys(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table):…
424 …function odbc_procedurecolumns(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = n…
426 …function odbc_procedures(Odbc\Connection $odbc, ?string $catalog = null, ?string $schema = null, ?…
431 …function odbc_specialcolumns(Odbc\Connection $odbc, int $type, ?string $catalog, string $schema, s…
433 …function odbc_statistics(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table, i…
436 …function odbc_tableprivileges(Odbc\Connection $odbc, ?string $catalog, string $schema, string $tab…
438 …function odbc_columnprivileges(Odbc\Connection $odbc, ?string $catalog, string $schema, string $ta…
/php-src/ext/soap/tests/schema/
H A Dschema068.phpt9 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));
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 Dschema071.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema063.phpt11 $schema = '';
12 test_schema($schema,'type="xsd:unsignedLong"',0xffffffff);
H A Dschema001.phpt9 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema014.phpt11 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema056.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema057.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema059.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
/php-src/ext/opcache/tests/
H A Dbug74442.phpt32 $schema = new Schema_Base;
33 $schema->addField('Field_Integer');
/php-src/ext/libxml/tests/
H A Dbug76777.phpt19 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
22 </xs:schema>

Completed in 36 milliseconds

123456