Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 234) sorted by relevance

12345678910

/PHP-8.3/ext/openssl/tests/
H A Decc_custom_params.phpt36 $order = hex2bin('BDB6F4FE3E8B1D9E0DA8C0D40FC962195DFAE76F56564677');
43 'order' => $order,
76 'order' => $order
87 'order' => $order
109 Warning: openssl_pkey_new(): Missing params: curve_name or p, a, b, order in %s on line %d
H A Decc_sm2.phpt45 $order = hex2bin('FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123');
52 'order' => $order,
/PHP-8.3/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt2 Test array_multisort() function : usage variation - test sort order of all types
5 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
9 // We're testing sort order not errors so ignore.
39 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Dgh9244.phpt6 $order = [4, 3];
7 array_multisort($order, $items);
H A Darray_values_variation7.phpt2 Test array_values() function : usage variations - Internal order check
6 * Check that array_values is re-assigning keys according to the internal order of the array,
12 // populate array with 'default' keys in reverse order
H A Darray_multisort_variation7.phpt2 Test array_multisort() function : usage variation - test sort order of all types
5 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
34 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Dnatsort_basic.phpt13 echo "\nNatural order sorting\n";
26 Natural order sorting
H A Darray_multisort_variation9.phpt2 Test array_multisort() function : usage variation - test sort order of all types
5 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
34 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_diff_assoc_variation8.phpt7 * 1. the order of the array
15 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
H A Darray_diff_variation6.phpt7 * 1. the order of the array
15 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
/PHP-8.3/ext/mbstring/tests/
H A Dgh10192_utf7imap.phpt41 …4 character using surrogate pair in reverse order between & and -' => 'A &3j3YZw- B', // �� in rev…
47 …'invalid base64 character using surrogate pair in reverse order between & and end of string' => 'A…
48 …'last 16 bits of base64 character using surrogate pair in reverse order between & and end of strin…
353 invalid base64 character using surrogate pair in reverse order between & and -
362 last 16 bits of base64 character using surrogate pair in reverse order between & and -
371 invalid base64 character using surrogate pair in reverse order between & and non-base64 character
380 last 16 bits of base64 character using surrogate pair in reverse order between & and non-base64 cha…
389 invalid base64 character using surrogate pair in reverse order between & and base64 character
398 last 16 bits of base64 character using surrogate pair in reverse order between & and base64 charact…
407 invalid base64 character using surrogate pair in reverse order between & and end of string
[all …]
H A Dmb_detect_order.phpt14 // Set order to "auto"
20 // Set order by string
26 // Set order by array
H A Dgh10192_utf7.phpt53 …4 character using surrogate pair in reverse order between + and -' => 'A +3j3YZw- B', // �� in rev…
59 …'invalid base64 character using surrogate pair in reverse order between + and end of string' => 'A…
60 …'last 16 bits of base64 character using surrogate pair in reverse order between + and end of strin…
472 invalid base64 character using surrogate pair in reverse order between + and -
481 last 16 bits of base64 character using surrogate pair in reverse order between + and -
490 invalid base64 character using surrogate pair in reverse order between + and non-base64 character
499 last 16 bits of base64 character using surrogate pair in reverse order between + and non-base64 cha…
508 invalid base64 character using surrogate pair in reverse order between + and base64 character
517 last 16 bits of base64 character using surrogate pair in reverse order between + and base64 charact…
526 invalid base64 character using surrogate pair in reverse order between + and end of string
[all …]
/PHP-8.3/ext/oci8/tests/
H A Dfetch_all5.phpt30 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
38 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
46 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
H A Dimp_res_insert.phpt36 open c1 for select * from imp_res_insert_tab order by 1;
45 open c1 for select * from imp_res_insert_tab order by 1;
60 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
71 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
82 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
92 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
H A Dimp_res_close.phpt30 open c1 for select 1 from dual union all select 2 from dual order by 1;
32 open c1 for select 3 from dual union all select 4 from dual order by 1;
34 open c1 for select 5 from dual union all select 6 from dual order by 1;
H A Dbind_query.phpt39 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
50 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
/PHP-8.3/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt27 // Children are inserted in the correct order.
31 echo "Children are inserted in order:\n" . $document->saveXML();
42 Children are inserted in order:
/PHP-8.3/ext/sodium/tests/
H A Dcrypto_aead.phpt24 // Switched order
47 // Switched order
76 // Switched order
102 // Switched order
/PHP-8.3/Zend/tests/
H A Dlist_keyed_evaluation_order.phpt2 list() with keys, evaluation order
16 // Should be evaluated in the order:
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug57702.phpt54 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
67 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
76 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
93 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
116 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
135 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-8.3/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt2 Font charmap order is deterministic based on order in the font, use the selected encoding
/PHP-8.3/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt27 // different OS order files differently so will
32 // more important to check that all contents are present than order they are returned in
H A Dreaddir_variation3-win32-mb.phpt33 // different OS order files differently so will
38 // more important to check that all contents are present than order they are returned in
/PHP-8.3/ext/standard/
H A Dversioning.c80 int order; member
104 found1 = pp->order; in compare_special_version_forms()
110 found2 = pp->order; in compare_special_version_forms()

Completed in 30 milliseconds

12345678910