Home
last modified time | relevance | path

Searched refs:order (Results 76 – 100 of 207) sorted by relevance

123456789

/PHP-7.0/ext/standard/tests/array/
H A Drsort_error.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation6.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation7.phpt6 * Description: Sort an array in reverse order
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.
/PHP-7.0/ext/soap/tests/schema/
H A Dschema085.phpt2 SOAP XML Schema 85: Extension of complex type (elements order)
/PHP-7.0/ext/dom/tests/
H A Dbug38474.phpt2 Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < …
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_4.phpt40 open c1 for select * from imp_res_get_4_tab_1 order by 1;
43 open c1 for select * from imp_res_get_4_tab_2 order by 1;
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 Ddb_op_1.phpt45 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
H A Ddb_op_2.phpt45 dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op2%\' order by dbop_exec_id …
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;
/PHP-7.0/ext/exif/tests/
H A Dexif014.phpt2 Check for exif_read_data, JPEG with IFD, EXIF and GPS data in Intel byte-order.
H A Dexif015.phpt2 Check for exif_read_data, JPEG with IFD, EXIF and GPS data in Motorola byte-order.
/PHP-7.0/ext/standard/tests/strings/
H A Dstrnatcmp_basic.phpt6 * Description: String comparisons using a "natural order" algorithm
/PHP-7.0/Zend/tests/
H A Dconstant_expressions.phpt32 // Test order of operations
/PHP-7.0/ext/gmp/
H A Dgmp.c1053 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
1063 *order = -1; in gmp_import_export_validate()
1067 *order = 1; in gmp_import_export_validate()
1103 int order, endian; in ZEND_FUNCTION() local
1110 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1122 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
1133 int order, endian; in ZEND_FUNCTION() local
1141 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1154 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-7.0/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…

Completed in 41 milliseconds

123456789