/php-src/ext/soap/tests/bugs/ |
H A D | bug30106.phpt | 11 "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 D | bug62900.phpt | 13 <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 D | DOMDocument_schemaValidate_error1.phpt | 2 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 D | DOMDocument_schemaValidateSource_error1.phpt | 2 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 D | DOMDocument_schemaValidateSource_error2.phpt | 2 DomDocument::schemaValidateSource() - non-conforming schema 15 $xsd = file_get_contents(__DIR__."/book-non-conforming-schema.xsd");
|
H A D | DOMDocument_schemaValidate_error2.phpt | 2 DomDocument::schemaValidate() - non-conforming schema file 15 $result = $doc->schemaValidate(__DIR__."/book-non-conforming-schema.xsd");
|
H A D | gh12616_1.phpt | 11 <container xmlns="http://symfony.com/schema/dic/services"> 17 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', '');
|
H A D | gh12616_3.phpt | 12 <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 D | DOMDocument_schemaValidate_error5.phpt | 2 DomDocument::schemaValidate() - non-existent schema file 22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%snon-existen…
|
H A D | gh12616_2.phpt | 11 <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 D | xml_set_notation_decl_handler_basic.phpt | 42 <!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 D | setSchema_error.phpt | 18 $reader->setSchema('schema-missing-file.xsd'); 26 $reader->setSchema('schema-empty.xsd'); 36 var_dump(@$reader->setSchema('schema-bad.xsd'));
|
H A D | bug73053.xsd | 1 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 27 </xsd:schema>
|
/php-src/ext/odbc/ |
H A D | odbc.stub.php | 415 …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 D | schema068.phpt | 9 $schema = <<<EOF 15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));
|
H A D | test_schema.inc | 9 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 D | schema071.phpt | 9 $schema = <<<EOF 18 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
|
H A D | schema063.phpt | 11 $schema = ''; 12 test_schema($schema,'type="xsd:unsignedLong"',0xffffffff);
|
H A D | schema001.phpt | 9 $schema = <<<EOF 14 test_schema($schema,'type="tns:testType"',123.5);
|
H A D | schema014.phpt | 11 $schema = <<<EOF 16 test_schema($schema,'type="tns:testType"',123.5);
|
H A D | schema056.phpt | 9 $schema = <<<EOF 18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema057.phpt | 9 $schema = <<<EOF 20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema059.phpt | 9 $schema = <<<EOF 20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
/php-src/ext/opcache/tests/ |
H A D | bug74442.phpt | 32 $schema = new Schema_Base; 33 $schema->addField('Field_Integer');
|
/php-src/ext/libxml/tests/ |
H A D | bug76777.phpt | 19 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> 22 </xs:schema>
|