Home
last modified time | relevance | path

Searched refs:schema (Results 26 – 50 of 198) sorted by relevance

12345678

/PHP-8.2/ext/oci8/tests/
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);
H A Dpecl_bug10194_blob.phpt25 $ora_sql = "INSERT INTO ".$schema.$table_name." (blob) VALUES (empty_blob())";
30 $ora_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
44 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
H A Dpecl_bug10194_blob_64.phpt25 $ora_sql = "INSERT INTO ".$schema.$table_name." (blob)
31 $ora_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
45 $ora_sql = "SELECT blob FROM ".$schema.$table_name;
H A Dlob_027.phpt17 ".$schema.$table_name." (blob)
35 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
44 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
59 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_010.phpt17 ".$schema.$table_name." (blob)
32 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
/PHP-8.2/ext/soap/tests/schema/
H A Dschema071.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema063.phpt11 $schema = '';
12 test_schema($schema,'type="xsd:unsignedLong"',0xffffffff);
H A Dschema001.phpt9 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema014.phpt11 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema056.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema057.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema059.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema072.phpt9 $schema = <<<EOF
20 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema073.phpt9 $schema = <<<EOF
19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema002.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema004.phpt11 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema005.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema009.phpt9 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',"one two");
H A Dschema010.phpt9 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',array("one","two"));
H A Dschema011.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',"123 456.7");
H A Dschema012.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,456.7));
H A Dschema013.phpt9 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',"str");
H A Dschema017.phpt11 $schema = <<<EOF
23 test_schema($schema,'type="tns:testType"',123.5);
/PHP-8.2/ext/dom/tests/
H A Dgh12616_2.phpt11 <container xmlns:test="urn:test" xmlns:symfony="http://symfony.com/schema/dic/services">
19 $doc->documentElement->removeAttributeNS('http://symfony.com/schema/dic/services', 'symfony');
/PHP-8.2/ext/xmlreader/tests/
H A Dbug73053.xsd1 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
27 </xsd:schema>

Completed in 26 milliseconds

12345678