Home
last modified time | relevance | path

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

12345678

/PHP-8.0/Zend/tests/
H A Dconstant_expressions.phpt32 // Test order of operations
/PHP-8.0/ext/oci8/tests/
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 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"'…
H A Dfetch_object_1.phpt59 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dlob_null.phpt147 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
153 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
H A Dlob_029.phpt65 $s = oci_parse($c, "select * from FileTest order by FileNum");
/PHP-8.0/ext/gmp/tests/
H A Dgmp_export.phpt85 gmp_export(): Argument #3 ($flags) cannot use multiple word order options
H A Dgmp_import.phpt98 gmp_import(): Argument #3 ($flags) cannot use multiple word order options
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_assoc_variation6.phpt8 * but has been created in a different order
/PHP-8.0/ext/mysqli/tests/
H A Dgh9590.phpt63 in order to avoid seeing this error again at a later date. in %s on line %d
H A Dmysqli_stmt_datatype_change.phpt27 $s1 = $c1->prepare("select a from type_change order by a");
H A Dmysqli_pconn_conn_multiple.phpt78 printf("Flipping phost/host order\n");
151 Flipping phost/host order
/PHP-8.0/ext/gmp/
H A Dgmp.c901 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
911 *order = -1; in gmp_import_export_validate()
915 *order = 1; in gmp_import_export_validate()
950 int order, endian; in ZEND_FUNCTION() local
957 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
968 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
978 int order, endian; in ZEND_FUNCTION() local
986 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
999 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-8.0/tests/lang/
H A Dexecution_order.phpt2 Execution order of variables
H A Dengine_assignExecutionOrder_001.phpt2 Evaluation order during assignments.
H A Dengine_assignExecutionOrder_002.phpt2 Evaluation order during assignments.
/PHP-8.0/ext/soap/
H A Dphp_sdl.h213 int order; member
/PHP-8.0/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt44 // Note: Due to detect order, detected as UTF-8
/PHP-8.0/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt39 // Sort interfaces so that tests do not fail because of wrong order.
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt81 foreach($db->query("select data1 as d4_1, data2 as d4_2 from pdo_oci_stream_2 order by id") as $row…

Completed in 33 milliseconds

12345678