Home
last modified time | relevance | path

Searched refs:order (Results 126 – 150 of 234) sorted by relevance

12345678910

/PHP-8.3/ext/oci8/tests/
H A Dimp_res_6.phpt39 open c1 for select * from imp_res_6_tab order by 1;
H A Ddrcp_cclass1.phpt60 …select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' order by cclass_name");
H A Dfetch_object.phpt62 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dfetch_object_1.phpt62 if (!($s = oci_parse($c, 'select * from fetch_object_tab where rownum < 2 order by "caseSensitive"'…
H A Dlob_null.phpt152 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
158 $s = oci_parse ($c, 'select id, data from lob_null_tab order by id');
H A Dlob_029.phpt68 $s = oci_parse($c, "select * from FileTest order by FileNum");
H A Drefcur_prefetch_4.phpt41 open cur1 for select * from refcurtest order by c1;
H A Dfetch_all3.phpt38 $select_sql = "select id, value from fetch_all3_tab order by id";
H A Drefcur_prefetch_2.phpt38 open cur1 for select * from refcurtest order by c1;
/PHP-8.3/ext/dom/tests/
H A DDOMEntity_fields.phpt24 // Sort them, the iteration order isn't defined
/PHP-8.3/ext/gmp/
H A Dgmp.c911 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
921 *order = -1; in gmp_import_export_validate()
925 *order = 1; in gmp_import_export_validate()
960 int order, endian; in ZEND_FUNCTION() local
967 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
978 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
988 int order, endian; in ZEND_FUNCTION() local
996 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1009 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-8.3/ext/gmp/tests/
H A Dgmp_import.phpt98 gmp_import(): Argument #3 ($flags) cannot use multiple word order options
/PHP-8.3/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.3/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt28 $s1 = $c1->prepare("select a from type_change order by a");
H A Dmysqli_pconn_conn_multiple.phpt77 printf("Flipping phost/host order\n");
148 Flipping phost/host order
H A Dmysqli_poll_mixing_insert_select.phpt55 // Add a tiny delay to ensure that queries get executed in a certain order
/PHP-8.3/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/PHP-8.3/ext/sodium/tests/
H A Dcrypto_core_ristretto255.phpt71 // Test that multiplying by the order of the curve fails:
/PHP-8.3/ext/soap/
H A Dphp_sdl.h213 int order; member
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2.phpt83 foreach($db->query("select data1 as d4_1, data2 as d4_2 from pdo_oci_stream_2 order by id") as $row…
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getInterfaces_001.phpt39 // Sort interfaces so that tests do not fail because of wrong order.
/PHP-8.3/sapi/embed/
H A DREADME.md47 > :memo: The embed SAPI is disabled by default. In order for the above example to compile, PHP must…
/PHP-8.3/ext/standard/tests/serialize/
H A Dmax_depth.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Different order of deprecation messages');

Completed in 39 milliseconds

12345678910