Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/soap/tests/bugs/
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>"
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidate_error1.phpt2 DomDocument::schemaValidate() - file that is not a schema
15 $result = $doc->schemaValidate(dirname(__FILE__)."/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 DDOMDocument_schemaValidate_error2.phpt2 DomDocument::schemaValidate() - non-conforming schema file
15 $result = $doc->schemaValidate(dirname(__FILE__)."/book-non-conforming-schema.xsd");
H A DDOMDocument_schemaValidateSource_error2.phpt2 DomDocument::schemaValidateSource() - non-conforming schema
15 $xsd = file_get_contents(dirname(__FILE__)."/book-non-conforming-schema.xsd");
H A DDOMDocument_schemaValidate_error5.phpt2 DomDocument::schemaValidate() - non-existent schema file
22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%s/non-existe…
/PHP-5.5/ext/oci8/tests/
H A Dlob_011.phpt15 ".$schema.$table_name." (id, blob)
30 ".$schema.$table_name." (id, blob)
43 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 1";
49 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
60 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
H A Dlob_030.phpt43 insert_verify($c, $schema.$table_name, 1, 1050000);
46 insert_verify($c, $schema.$table_name, 2, 1050001);
49 insert_verify($c, $schema.$table_name, 3, 1048576);
52 insert_verify($c, $schema.$table_name, 4, 1049028);
55 insert_verify($c, $schema.$table_name, 5, 1049028-1);
58 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.phpt15 ".$schema.$table_name." (id, blob)
30 ".$schema.$table_name." (id, blob)
43 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 1";
49 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
74 $select_sql = "SELECT blob FROM ".$schema.$table_name." WHERE id = 2 FOR UPDATE";
H A Dlob_038.phpt17 ".$schema.$table_name." (clob)
39 $s = oci_parse($c,"select clob from ".$schema.$table_name);
49 $s = oci_parse($c, "select clob from ".$schema.$table_name);
65 ".$schema.$table_name." (blob)
86 $s = oci_parse($c, "select blob from ".$schema.$table_name);
93 $s = oci_parse($c, "select blob from ".$schema.$table_name);
H A Dpecl_bug10194.phpt21 ".$schema.$table_name." (clob)
28 $ora_sql = "SELECT clob FROM ".$schema.$table_name." FOR UPDATE";
42 $ora_sql = "SELECT clob FROM ".$schema.$table_name."";
H A Dlob_037.phpt16 ".$schema.$table_name." (blob)
33 ".$schema.$table_name." (blob)
50 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
H A Dpecl_bug10194_blob.phpt23 $ora_sql = "INSERT INTO ".$schema.$table_name." (blob) VALUES (empty_blob())";
28 $ora_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
42 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
H A Dpecl_bug10194_blob_64.phpt23 $ora_sql = "INSERT INTO ".$schema.$table_name." (blob)
29 $ora_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
43 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
H A Dlob_004.phpt15 ".$schema.$table_name." (blob)
35 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
46 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_027.phpt15 ".$schema.$table_name." (blob)
33 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
42 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
53 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dcommit_old.phpt14 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
28 $select_sql = "SELECT * FROM ".$schema.$table_name."";
45 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
/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/soap/tests/schema/
H A Dschema068.phpt8 $schema = <<<EOF
14 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.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema063.phpt10 $schema = '';
11 test_schema($schema,'type="xsd:unsignedLong"',0xffffffff);
H A Dschema001.phpt8 $schema = <<<EOF
13 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema056.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');

Completed in 132 milliseconds

12345678