Home
last modified time | relevance | path

Searched refs:schema (Results 51 – 75 of 185) sorted by relevance

12345678

/PHP-5.5/ext/soap/tests/schema/
H A Dschema022.phpt10 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5,'str'));
H A Dschema002.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema003.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema006.phpt8 $schema = <<<EOF
18 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema060.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
H A Dschema061.phpt8 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)),'rpc','literal');
H A Dschema078.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema015.phpt8 $schema = <<<EOF
23 test_schema($schema,'type="tns:testType"',"str");
H A Dschema032.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5));
H A Dschema042.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
H A Dschema044.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
H A Dschema062.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>NULL,"int"=>123.5));
H A Dschema065.phpt8 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema066.phpt8 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema067.phpt8 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>5));
H A Dschema023.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema030.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
/PHP-5.5/ext/oci8/tests/
H A Dlob_005.phpt15 ".$schema.$table_name." (blob)
28 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_012.phpt15 ".$schema.$table_name." (blob)
32 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_013.phpt15 ".$schema.$table_name." (blob)
35 $select_sql = "SELECT blob FROM ".$schema.$table_name."";
H A Dlob_039.phpt17 ".$schema.$table_name." (clob)
38 $s = oci_parse($c,"select clob from ".$schema.$table_name);
H A Dcommit_001.phpt14 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
36 $select_sql = "select * from ".$schema.$table_name."";
54 $insert_sql = "insert into ".$schema.$table_name." (id, value) values (1,1)";
H A Dlob_026.phpt15 ".$schema.$table_name." (blob)
37 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
51 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Ddrop_table.inc3 $ora_sql = "DROP TABLE ".$schema.$table_name;
/PHP-5.5/ext/dom/tests/
H A Dbook-not-a-schema.xsd1 Let's see what happens upon parsing a file that doesn't contain a schema.

Completed in 46 milliseconds

12345678