Searched refs:ordered (Results 1 – 14 of 14) sorted by relevance
/PHP-7.1/Zend/tests/ |
H A D | bug28072.phpt | 2 Bug #28072 (static array with some constant keys will be incorrectly ordered)
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | natcasesort_variation7.phpt | 11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
|
H A D | usort_variation3.phpt | 11 * Pass an array with different data types as keys to usort() to test how it is re-ordered
|
H A D | usort_variation6.phpt | 12 * to test how array is re-ordered
|
H A D | usort_variation4.phpt | 11 * Pass arrays of numeric data to usort() to test how it is re-ordered
|
H A D | usort_variation5.phpt | 11 * Pass arrays of string data to usort() to test how it is re-ordered
|
/PHP-7.1/Zend/ |
H A D | zend_ts_hash.c | 290 … zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered) in zend_ts_hash_compare() argument 296 retval = zend_hash_compare(TS_HASH(ht1), TS_HASH(ht2), compar, ordered); in zend_ts_hash_compare()
|
H A D | zend_ts_hash.h | 92 …zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered);
|
H A D | zend_hash.c | 2313 … zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered) { in zend_hash_compare_impl() argument 2326 if (ordered) { in zend_hash_compare_impl() 2391 …API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered) in zend_hash_compare() argument 2399 result = zend_hash_compare_impl(ht1, ht2, compar, ordered); in zend_hash_compare()
|
H A D | zend_hash.h | 228 … int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered);
|
/PHP-7.1/ext/opcache/ |
H A D | config.m4 | 347 AC_MSG_CHECKING("whether flock struct is linux ordered") 363 AC_MSG_CHECKING("whether flock struct is BSD ordered")
|
/PHP-7.1/sapi/fpm/tests/ |
H A D | tester.inc | 426 * Execute request with parameters ordered for better checking.
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 16735 >>4 byte &01 (network-ordered) 16741 >>4 byte &01 (network-ordered)
|
H A D | magic私はガラスを食べられます | 16735 >>4 byte &01 (network-ordered) 16741 >>4 byte &01 (network-ordered)
|
Completed in 173 milliseconds