Home
last modified time | relevance | path

Searched refs:order (Results 101 – 125 of 199) sorted by relevance

12345678

/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_3.phpt44 open c1 for select * from imp_res_get_3_tab_1 order by 1;
46 open c1 for select * from imp_res_get_3_tab_2 where rownum < 3 order by 1;
H A Dbind_rowid.phpt12 $s = oci_parse($c, 'select address from rid_tab order by id');
H A Dbug41069.phpt61 $stid = oci_parse($c, 'select * from bug41069_tab order by c1');
67 $stid = oci_parse($c, 'select * from bug41069_tab@bug41069_dblink order by c1');
H A Dconn_attr.inc55 sys_context('userenv','sessionid')) order by 1";
130 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
H A Dimp_res_1.phpt40 open c1 for select * from imp_res_1_tab_1 order by 1;
43 open c1 for select * from imp_res_1_tab_2 where rownum < 3 order by 1;
52 open c1 for select * from imp_res_1_tab_1 order by 1;
H A Dimp_res_6.phpt37 open c1 for select * from imp_res_6_tab order by 1;
H A Dfetch_object_1.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Ddrcp_cclass1.phpt58 …select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' order by cclass_name");
H A Dfetch_object.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
/PHP-7.4/ext/standard/tests/array/
H A Drsort_variation11.phpt6 * Description: Sort an array in reverse order
H A Dkrsort_variation4.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Drsort_variation8.phpt6 * Description: Sort an array in reverse order
H A Dkrsort_variation11.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation6.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Darray_diff_assoc_variation6.phpt14 * but has been created in a different order
H A Darray_reverse_variation6.phpt6 * Description: Return input as a new array with the order of the entries reversed
H A Dkrsort_variation10.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation8.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
/PHP-7.4/ext/standard/tests/strings/
H A Dstrnatcmp_basic.phpt6 * Description: String comparisons using a "natural order" algorithm
/PHP-7.4/Zend/tests/
H A Dconstant_expressions.phpt32 // Test order of operations
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2b.phpt27 foreach($db->query("select data1 as d4_1, data2 as d4_2 from pdo_oci_stream_2 order by id") as $row…
/PHP-7.4/ext/gmp/
H A Dgmp.c1044 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
1054 *order = -1; in gmp_import_export_validate()
1058 *order = 1; in gmp_import_export_validate()
1094 int order, endian; in ZEND_FUNCTION() local
1101 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1113 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
1124 int order, endian; in ZEND_FUNCTION() local
1132 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1145 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_sdl.h215 int order; member
/PHP-7.4/tests/lang/
H A Dexecution_order.phpt2 Execution order of variables
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt28 $s1 = $c1->prepare("select a from type_change order by a");

Completed in 31 milliseconds

12345678