Home
last modified time | relevance | path

Searched refs:schema (Results 126 – 150 of 185) sorted by last modified time

12345678

/PHP-5.5/ext/soap/tests/schema/
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 Dschema034.phpt8 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema035.phpt8 $schema = <<<EOF
23 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema036.phpt8 $schema = <<<EOF
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema037.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema038.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema039.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema040.phpt8 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema041.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","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 Dschema043.phpt8 $schema = <<<EOF
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema044.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
H A Dschema045.phpt8 $schema = <<<EOF
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
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 Dschema047.phpt8 $schema = <<<EOF
22 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 Dschema055.phpt10 $schema = <<<EOF
18 test_schema($schema,'type="testType"',array('a'=>123,'b'=>123.5));
H A Dschema062.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("_"=>NULL,"int"=>123.5));
H A Dschema063.phpt10 $schema = '';
11 test_schema($schema,'type="xsd:unsignedLong"',0xffffffff);
H A Dschema065.phpt8 $schema = <<<EOF
14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema073.phpt8 $schema = <<<EOF
18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
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 Dschema076.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…

Completed in 46 milliseconds

12345678