/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug30106.phpt | 11 "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.3/ext/dom/tests/ |
H A D | DOMDocument_schemaValidate_error1.phpt | 2 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 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.php on line %d
|
H A D | DOMDocument_schemaValidate_error2.phpt | 2 DomDocument::schemaValidate() - non-conforming schema file 15 $result = $doc->schemaValidate(dirname(__FILE__)."/book-non-conforming-schema.xsd");
|
H A D | DOMDocument_schemaValidateSource_error2.phpt | 2 DomDocument::schemaValidateSource() - non-conforming schema 15 $xsd = file_get_contents(dirname(__FILE__)."/book-non-conforming-schema.xsd");
|
H A D | DOMDocument_schemaValidate_error5.phpt | 2 DomDocument::schemaValidate() - non-existant schema file 22 Warning: DOMDocument::schemaValidate(): Failed to locate the main schema resource at '%s/non-exista…
|
/PHP-5.3/ext/oci8/tests/ |
H A D | lob_011.phpt | 15 ".$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 D | lob_030.phpt | 43 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 D | create_table.inc | 6 "DROP TABLE ".$schema.$table_name, 7 …"CREATE TABLE ".$schema.$table_name." (id NUMBER, value NUMBER, blob BLOB, clob CLOB, string VARCH…
|
H A D | lob_035.phpt | 15 ".$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 D | lob_038.phpt | 17 ".$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 D | pecl_bug10194.phpt | 21 ".$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 D | lob_037.phpt | 16 ".$schema.$table_name." (blob) 33 ".$schema.$table_name." (blob) 50 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
|
H A D | pecl_bug10194_blob.phpt | 23 $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 D | pecl_bug10194_blob_64.phpt | 23 $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 D | lob_004.phpt | 15 ".$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 D | lob_027.phpt | 15 ".$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 D | commit_old.phpt | 14 $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)";
|
H A D | lob_010.phpt | 15 ".$schema.$table_name." (blob) 30 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
|
/PHP-5.3/ext/xml/tests/ |
H A D | xml_set_notation_decl_handler_basic.phpt | 53 <!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.3/ext/soap/tests/schema/ |
H A D | schema068.phpt | 8 $schema = <<<EOF 14 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 | 8 $schema = <<<EOF 17 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
|
H A D | schema056.phpt | 8 $schema = <<<EOF 17 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|
H A D | schema057.phpt | 8 $schema = <<<EOF 19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
|