/php-src/ext/openssl/tests/ |
H A D | ecc_custom_params.phpt | 36 $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 D | ecc_sm2.phpt | 45 $order = hex2bin('FFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFF7203DF6B21C6052B53BBF40939D54123'); 52 'order' => $order,
|
/php-src/ext/standard/tests/array/sort/ |
H A D | array_multisort_variation8.phpt | 2 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 D | array_multisort_variation7.phpt | 2 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 D | natsort_basic.phpt | 13 echo "\nNatural order sorting\n"; 26 Natural order sorting
|
H A D | array_multisort_variation9.phpt | 2 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***
|
/php-src/ext/standard/tests/array/ |
H A D | gh9244.phpt | 6 $order = [4, 3]; 7 array_multisort($order, $items);
|
H A D | array_values_variation7.phpt | 2 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 D | array_diff_assoc_variation8.phpt | 7 * 1. the order of the array 15 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
|
H A D | array_diff_variation6.phpt | 7 * 1. the order of the array 15 $array_assoc = array ('2' => 'c', //same key=>value pair, different order
|
H A D | compact_order.phpt | 2 compact() and hashmap order
|
/php-src/ext/com_dotnet/tests/ |
H A D | variant_variation.phpt | 8 "order" => [2 => 1, 1 => 2, 0 => 3], 21 -- order --
|
/php-src/ext/mbstring/tests/ |
H A D | gh10192_utf7imap.phpt | 41 …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 D | mb_detect_order.phpt | 14 // Set order to "auto" 20 // Set order by string 26 // Set order by array
|
H A D | gh10192_utf7.phpt | 53 …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-src/ext/sodium/tests/ |
H A D | crypto_aead.phpt | 26 // Switched order 49 // Switched order 78 // Switched order 104 // Switched order 130 // Switched order 156 // Switched order
|
/php-src/ext/dom/tests/ |
H A D | DOMNode_replaceChild_basic.phpt | 27 // Children are inserted in the correct order. 31 echo "Children are inserted in order:\n" . $document->saveXML(); 42 Children are inserted in order:
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | strtod.c | 141 lexbor_strtod_diyfp_sgnd_size(int order) in lexbor_strtod_diyfp_sgnd_size() argument 143 if (order >= (LEXBOR_DBL_EXPONENT_DENORMAL + LEXBOR_SIGNIFICAND_SIZE)) { in lexbor_strtod_diyfp_sgnd_size() 147 if (order <= LEXBOR_DBL_EXPONENT_DENORMAL) { in lexbor_strtod_diyfp_sgnd_size() 151 return order - LEXBOR_DBL_EXPONENT_DENORMAL; in lexbor_strtod_diyfp_sgnd_size()
|
/php-src/Zend/tests/list/ |
H A D | list_keyed_evaluation_order.phpt | 2 list() with keys, evaluation order 16 // Should be evaluated in the order:
|
/php-src/ext/gd/tests/ |
H A D | imagettftext_charmap_order.phpt | 2 Font charmap order is deterministic based on order in the font, use the selected encoding
|
/php-src/ext/standard/tests/dir/ |
H A D | readdir_variation3.phpt | 27 // 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 D | readdir_variation3-win32-mb.phpt | 33 // different OS order files differently so will 38 // more important to check that all contents are present than order they are returned in
|
/php-src/ext/standard/tests/image/ |
H A D | getimagesize_basic.phpt | 21 //TIFF intel byte order 22 "TIFF intel byte order image file" => "200x100.tiff", 140 -- TIFF intel byte order image file (200x100.tiff) --
|
/php-src/ext/standard/ |
H A D | versioning.c | 81 int order; member 104 found1 = pp->order; in compare_special_version_forms() 110 found2 = pp->order; in compare_special_version_forms()
|
/php-src/Zend/tests/ |
H A D | bug60161.phpt | 2 Bug #60161: Implementing an interface extending Traversable is order dependent
|