Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/soap/tests/schema/
H A Dschema057.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema072.phpt8 $schema = <<<EOF
19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema004.phpt10 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema009.phpt8 $schema = <<<EOF
13 test_schema($schema,'type="tns:testType"',"one two");
H A Dschema010.phpt8 $schema = <<<EOF
13 test_schema($schema,'type="tns:testType"',array("one","two"));
H A Dschema011.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',"123 456.7");
H A Dschema012.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',array(123,456.7));
H A Dschema013.phpt8 $schema = <<<EOF
13 test_schema($schema,'type="tns:testType"',"str");
H A Dschema014.phpt10 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema018.phpt8 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',"123.5");
H A Dschema019.phpt8 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',"123.5 456.7");
H A Dschema021.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',"123 123.5 456.7 str");
H A Dschema073.phpt8 $schema = <<<EOF
18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema005.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema058.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema059.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema079.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema080.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
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));
/PHP-5.5/ext/oci8/tests/
H A Dlob_010.phpt15 ".$schema.$table_name." (blob)
30 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Ddescriptors.phpt15 ".$schema.$table_name." (blob)
31 $ora_sql = "SELECT blob FROM ".$schema.$table_name." ";

Completed in 54 milliseconds

12345678