Home
last modified time | relevance | path

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

12345678

/PHP-8.2/ext/soap/tests/schema/
H A Dschema032.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5));
H A Dschema042.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
H A Dschema044.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5));
H A Dschema062.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("_"=>NULL,"int"=>123.5));
H A Dschema065.phpt9 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema066.phpt9 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema067.phpt9 $schema = <<<EOF
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>5));
H A Dschema069.phpt9 $schema = <<<EOF
16 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema023.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema024.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema030.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema031.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema037.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema038.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema040.phpt9 $schema = <<<EOF
21 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema053.phpt9 $schema = <<<EOF
17 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>array()));
H A Dschema070.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema026.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',array(123,123.5));
H A Dschema027.phpt9 $schema = <<<EOF
18 test_schema($schema,'type="tns:testType"',array(array(123),array(123.5)));
H A Dschema039.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema041.phpt9 $schema = <<<EOF
20 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
/PHP-8.2/ext/oci8/tests/
H A Dlob_039.phpt19 ".$schema.$table_name." (clob)
40 $s = oci_parse($c,"select clob from ".$schema.$table_name);
H A Doci_execute_segfault.phpt17 ".$schema.$table_name." (blob, clob)
33 $query = 'SELECT blob, DBMS_LOB.GETLENGTH(blob) FROM '.$schema.$table_name.' ORDER BY 2';
H A Dlob_008.phpt17 ".$schema.$table_name." (blob)
33 $select_sql = "SELECT blob FROM ".$schema.$table_name." FOR UPDATE";
/PHP-8.2/ext/odbc/
H A Dodbc_arginfo.h154 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, schema, IS_STRING, 1, "null")
162 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, schema, IS_STRING, 1, "null")
175 ZEND_ARG_TYPE_INFO(0, schema, IS_STRING, 0)
183 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, schema, IS_STRING, 1, "null")
193 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, schema, IS_STRING, 1, "null")
214 ZEND_ARG_TYPE_INFO(0, schema, IS_STRING, 0)
223 ZEND_ARG_TYPE_INFO(0, schema, IS_STRING, 0)
233 ZEND_ARG_TYPE_INFO(0, schema, IS_STRING, 0)
242 ZEND_ARG_TYPE_INFO(0, schema, IS_STRING, 0)

Completed in 21 milliseconds

12345678