Home
last modified time | relevance | path

Searched refs:schema (Results 101 – 125 of 192) sorted by relevance

12345678

/PHP-7.4/ext/soap/tests/schema/
H A Dschema046.phpt8 $schema = <<<EOF
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema048.phpt8 $schema = <<<EOF
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema050.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>123.5));
H A Dschema052.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5)));
H A Dschema074.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded…
H A Dschema075.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema081.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema082.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema051.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5,456.7)));
H A Dschema025.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema026.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema028.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
H A Dschema029.phpt8 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
H A Dschema033.phpt8 $schema = <<<EOF
21 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"nest"=>array("int"=>123.5)));
H A Dschema036.phpt8 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema049.phpt8 $schema = <<<EOF
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema054.phpt10 $schema = '';
11 test_schema($schema,'type="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap"',array('a'=>12…
H A Dschema083.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema084.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema085.phpt8 $schema = <<<EOF
33 test_schema($schema,'type="tns:testType"',new B());
H A Dschema034.phpt8 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug27722.phpt2 Bug #27722 (Segfault on schema without targetNamespace)
/PHP-7.4/ext/oci8/tests/
H A Dlob_009.phpt15 ".$schema.$table_name." (blob)
31 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dcursors.phpt14 $insert_sql = "INSERT INTO ".$schema.$table_name." (id, value) VALUES (1,1)";
30 $sql = "select CURSOR(select * from ".$schema.$table_name.") as curs FROM dual";
H A Dlob_019.phpt15 ".$schema.$table_name." (blob)
34 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";

Completed in 34 milliseconds

12345678