Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/soap/tests/schema/
H A Dschema077.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int1"=>1.1,"int2"=>2.2,"int3"=>3.3), "rpc"…
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 Dschema083.phpt8 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5),"rpc","encoded",'',SOAP_USE_XSI_ARRAY_TY…
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 Dschema051.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array(123.5,456.7)));
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 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.…
H A Dschema035.phpt8 $schema = <<<EOF
23 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema055.phpt10 $schema = <<<EOF
18 test_schema($schema,'type="testType"',array('a'=>123,'b'=>123.5));
/PHP-5.5/ext/oci8/tests/
H A Dlob_008.phpt15 ".$schema.$table_name." (blob)
31 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
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_007.phpt15 ".$schema.$table_name." (blob)
33 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
H A Dlob_019.phpt15 ".$schema.$table_name." (blob)
34 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug27722.phpt2 Bug #27722 (Segfault on schema without targetNamespace)
H A Dbug29795.wsdl3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…
10 </xs:schema>
H A Dbug29839.wsdl3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
11 </xs:schema>
H A Dbug34453.wsdl3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
11 </xs:schema>

Completed in 63 milliseconds

12345678