Searched refs:ordered (Results 1 – 15 of 15) sorted by relevance
/PHP-8.1/Zend/tests/ |
H A D | temporary_cleaning_016.phpt | 2 Live ranges should be ordered according to "start" position
|
H A D | bug28072.phpt | 2 Bug #28072 (static array with some constant keys will be incorrectly ordered)
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | natcasesort_variation7.phpt | 6 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
|
H A D | usort_variation3.phpt | 6 * Pass an array with different data types as keys to usort() to test how it is re-ordered
|
H A D | usort_variation6.phpt | 7 * to test how array is re-ordered
|
H A D | usort_variation4.phpt | 6 * Pass arrays of numeric data to usort() to test how it is re-ordered
|
H A D | usort_variation5.phpt | 6 * Pass arrays of string data to usort() to test how it is re-ordered
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | array_is_list.phpt | 31 test_is_list("ordered keys", [0 => 0, 1 => 1]); 87 ordered keys: true
|
/PHP-8.1/Zend/ |
H A D | zend_hash.c | 2622 …e int zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered) { in zend_hash_compare_impl() argument 2635 if (ordered) { in zend_hash_compare_impl() 2700 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered) in zend_hash_compare() argument 2719 result = zend_hash_compare_impl(ht1, ht2, compar, ordered); in zend_hash_compare()
|
H A D | zend_hash.h | 285 …D_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered);
|
/PHP-8.1/ |
H A D | UPGRADING | 476 etc. was changed. Now properties are naturally ordered according to their
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | tester.inc | 514 * Execute request with parameters ordered for better checking.
|
/PHP-8.1/ext/mbstring/tests/data/ |
H A D | SHIFTJIS.txt | 35 # The entries are ordered by their Shift-JIS codes as follows:
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 2012 # ProDOS ordered ? 27095 >>4 byte &01 (network-ordered) 27101 >>4 byte &01 (network-ordered)
|
H A D | magic私はガラスを食べられます | 2012 # ProDOS ordered ? 27095 >>4 byte &01 (network-ordered) 27101 >>4 byte &01 (network-ordered)
|
Completed in 294 milliseconds