Home
last modified time | relevance | path

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

12345678

/PHP-8.2/ext/soap/tests/schema/
H A Dschema043.phpt9 $schema = <<<EOF
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema045.phpt9 $schema = <<<EOF
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema046.phpt9 $schema = <<<EOF
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema047.phpt9 $schema = <<<EOF
23 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema048.phpt9 $schema = <<<EOF
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema049.phpt9 $schema = <<<EOF
26 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema050.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>123.5));
H A Dschema052.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5)));
H A Dschema074.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded…
H A Dschema075.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema076.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema077.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
H A Dschema081.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema082.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
H A Dschema025.phpt9 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema028.phpt9 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
H A Dschema029.phpt9 $schema = <<<EOF
21 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
H A Dschema033.phpt9 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"nest"=>array("int"=>123.5)));
H A Dschema035.phpt9 $schema = <<<EOF
24 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema036.phpt9 $schema = <<<EOF
23 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema051.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5,456.7)));
H A Dschema054.phpt11 $schema = '';
12 test_schema($schema,'type="apache:Map" xmlns:apache="http://xml.apache.org/xml-soap"',array('a'=>12…
H A Dschema055.phpt11 $schema = <<<EOF
19 test_schema($schema,'type="testType"',array('a'=>123,'b'=>123.5));
/PHP-8.2/ext/oci8/tests/
H A Dlob_007.phpt17 ".$schema.$table_name." (blob)
35 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug27722.phpt2 Bug #27722 (Segfault on schema without targetNamespace)

Completed in 25 milliseconds

12345678