Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/oci8/tests/
H A Ddescriptors.phpt15 ".$schema.$table_name." (blob)
31 $ora_sql = "SELECT blob FROM ".$schema.$table_name." ";
H A Dlob_005.phpt15 ".$schema.$table_name." (blob)
28 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Ddrop_table.inc3 $ora_sql = "DROP TABLE ".$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_013.phpt15 ".$schema.$table_name." (blob)
35 $select_sql = "SELECT blob FROM ".$schema.$table_name."";
H A Dlob_014.phpt15 ".$schema.$table_name." (blob)
36 $select_sql = "SELECT blob FROM ".$schema.$table_name."";
/PHP-7.4/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.
/PHP-7.4/ext/soap/tests/schema/
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 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 Dschema007.phpt8 $schema = <<<EOF
18 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema008.phpt8 $schema = <<<EOF
19 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema016.phpt10 $schema = <<<EOF
25 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema017.phpt10 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema020.phpt10 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',array(123.5,456.7));
H A Dschema022.phpt10 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5,'str'));
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 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 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 Dschema065.phpt8 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));

Completed in 33 milliseconds

12345678