Home
last modified time | relevance | path

Searched refs:schema (Results 76 – 100 of 185) sorted by relevance

12345678

/PHP-5.5/ext/soap/tests/schema/
H A Dschema031.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema037.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema053.phpt8 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array()));
H A Dschema069.phpt8 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema070.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema024.phpt8 $schema = <<<EOF
19 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema027.phpt8 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',array(array(123),array(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 Dschema043.phpt8 $schema = <<<EOF
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>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 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…
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 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)));
/PHP-5.5/ext/oci8/tests/
H A Dlob_014.phpt15 ".$schema.$table_name." (blob)
36 $select_sql = "SELECT blob FROM ".$schema.$table_name."";
H A Doci_execute_segfault.phpt15 ".$schema.$table_name." (blob, clob)
31 $query = 'SELECT blob, DBMS_LOB.GETLENGTH(blob) FROM '.$schema.$table_name.' ORDER BY 2';

Completed in 61 milliseconds

12345678