Home
last modified time | relevance | path

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

12345678

/PHP-8.2/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>"
/PHP-8.2/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 …ate(): Let's see what happens upon parsing a file that doesn't contain a schema. in %s.php on line…
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.php on line %d
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">
139 string(38) "http://symfony.com/schema/dic/services"
147 string(38) "http://symfony.com/schema/dic/services"
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', '');
/PHP-8.2/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt43 <!NOTATION USDATE SYSTEM "http://www.schema.net/usdate.not">
44 <!NOTATION AUSDATE SYSTEM "http://www.schema.net/ausdate.not">
45 <!NOTATION ISODATE SYSTEM "http://www.schema.net/isodate.not">
62 ...System ID=http://www.schema.net/usdate.not
67 ...System ID=http://www.schema.net/ausdate.not
72 ...System ID=http://www.schema.net/isodate.not
/PHP-8.2/ext/oci8/tests/
H A Dlob_011.phpt17 ".$schema.$table_name." (id, blob)
32 ".$schema.$table_name." (id, blob)
45 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 1";
51 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
62 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
H A Dlob_030.phpt45 insert_verify($c, $schema.$table_name, 1, 1050000);
48 insert_verify($c, $schema.$table_name, 2, 1050001);
51 insert_verify($c, $schema.$table_name, 3, 1048576);
54 insert_verify($c, $schema.$table_name, 4, 1049028);
57 insert_verify($c, $schema.$table_name, 5, 1049028-1);
60 insert_verify($c, $schema.$table_name, 6, 1049028+1);
H A Dcreate_table.inc6 "DROP TABLE ".$schema.$table_name,
7 …"CREATE TABLE ".$schema.$table_name." (id NUMBER, value NUMBER, blob BLOB, clob CLOB, string VARCH…
H A Dlob_035.phpt17 ".$schema.$table_name." (id, blob)
33 ".$schema.$table_name." (id, blob)
46 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 1";
52 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
89 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
H A Dlob_038.phpt19 ".$schema.$table_name." (clob)
41 $s = oci_parse($c,"select clob from ".$schema.$table_name);
51 $s = oci_parse($c, "select clob from ".$schema.$table_name);
67 ".$schema.$table_name." (blob)
88 $s = oci_parse($c, "select blob from ".$schema.$table_name);
95 $s = oci_parse($c, "select blob from ".$schema.$table_name);
H A Dpecl_bug10194.phpt23 ".$schema.$table_name." (clob)
30 $ora_sql = "SELECT clob FROM ".$schema.$table_name." FOR UPDATE";
44 $ora_sql = "SELECT clob FROM ".$schema.$table_name."";
H A Dlob_004.phpt17 ".$schema.$table_name." (blob)
37 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
48 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_026.phpt17 ".$schema.$table_name." (blob)
37 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
47 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_037.phpt18 ".$schema.$table_name." (blob)
35 ".$schema.$table_name." (blob)
52 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
H A Dlob_temp2.phpt16 $ora_sql = "INSERT INTO ".$schema.$table_name." (clob) VALUES (:v_clob)";
25 $s = oci_parse($c, "select clob from ". $schema.$table_name);
/PHP-8.2/ext/odbc/
H A Dodbc.stub.php449 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,…
455 function odbc_columns($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null…
467 function odbc_primarykeys($odbc, ?string $catalog, string $schema, string $table) {}
474 function odbc_procedurecolumns($odbc, ?string $catalog = null, ?string $schema = null, ?string $pro…
480 function odbc_procedures($odbc, ?string $catalog = null, ?string $schema = null, ?string $procedure…
493 function odbc_specialcolumns($odbc, int $type, ?string $catalog, string $schema, string $table, int…
499 function odbc_statistics($odbc, ?string $catalog, string $schema, string $table, int $unique, int $…
506 function odbc_tableprivileges($odbc, ?string $catalog, string $schema, string $table) {}
512 function odbc_columnprivileges($odbc, ?string $catalog, string $schema, string $table, string $colu…
/PHP-8.2/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'));
/PHP-8.2/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');
/PHP-8.2/ext/opcache/tests/
H A Dbug74442.phpt32 $schema = new Schema_Base;
33 $schema->addField('Field_Integer');
/PHP-8.2/ext/libxml/tests/
H A Dbug76777.phpt19 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
22 </xs:schema>

Completed in 54 milliseconds

12345678