Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 176) sorted by path

12345678

/PHP-7.4/Zend/tests/
H A Dcall_user_func_009.phpt8 var_dump(call_user_func('sort', []));
9 var_dump(\call_user_func('sort', []));
13 Warning: Parameter 1 to sort() expected to be a reference, value given in %s on line %d
16 Warning: Parameter 1 to sort() expected to be a reference, value given in %s on line %d
H A Dforeach_011.phpt2 sort() functions precerve foreach by reference iterator pointer
/PHP-7.4/Zend/
H A Dzend_hash.c2472 ZEND_API int ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, compare_func_t compar… in zend_hash_sort_ex() argument
2497 sort((void *)ht->arData, i, sizeof(Bucket), compar, in zend_hash_sort_ex()
/PHP-7.4/azure/
H A Dsetup-slapd.sh12 sort -u |
17 sort -u |
/PHP-7.4/build/
H A Dlibtool.m44642 if sort "$nlist" | uniq > "$nlist"T; then
5309 …'$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_sy…
5315 … (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbol…
5317 … (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbol…
5324 …^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_sy…
5327 …'$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_sy…
5353 …'$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_sy…
5466 …/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_sy…
5648 … (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbol…
5650 … (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbol…
H A Dltmain.sh319 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
398 …=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
5544 done | sort | sort -uc >/dev/null 2>&1); then
H A Dshtool1227 … env -i sort -n | sed -n -e '$p' | sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/') 2>/dev/null`
1240 /bin/ls *[_-]release *[_-]version 2>/dev/null | env -i sort | \
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2236 case TIMELIB_FORMAT_WHITESPACE: /* any sort of whitespace (' ' and \t) */
/PHP-7.4/ext/dom/tests/
H A Ddom007.phpt71 sort($xkeys); // fix inconsistent output ordering (bug #61810)
81 sort($xkeys); // fix inconsistent output ordering (bug #61810)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch483 + /* FIXME: Read file names and sort them to prevent
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic1955 # some sort of date code instead of the two zero bytes at 6 and 7
2512 # 32-bit. There might have been big-endian ports of that sort as
5119 >>13 short 0 (sort)
5124 >>13 short 0 (sort)
6305 # sort, nor does SunOS 4.x, so either it's something Intergraph added
19553 >>9 string SRT sort table
19682 # a sort of revision marking
H A Dmagic私はガラスを食べられます1955 # some sort of date code instead of the two zero bytes at 6 and 7
2512 # 32-bit. There might have been big-endian ports of that sort as
5119 >>13 short 0 (sort)
5124 >>13 short 0 (sort)
6305 # sort, nor does SunOS 4.x, so either it's something Intergraph added
19553 >>9 string SRT sort table
19682 # a sort of revision marking
/PHP-7.4/ext/gmp/tests/
H A Dcomparison.phpt2 Overloaded GMP comparison in sort() etc
9 sort($arr);
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c103 PHP_NAMED_FE( sort, ZEND_FN( collator_sort ), collator_sort_args )
/PHP-7.4/ext/intl/tests/
H A Dbug12887.phpt11 $keywords_arr = ut_loc_get_keywords( 'de_DE@currency=EUR;collation=PHONEBOOK;sort=PHONEBOOK' );
29 sort = PHONEBOOK
H A Dbug60192-sort.phpt18 $c->sort($a);
22 #0 %s(%d): Collator->sort(Array)
H A Dbug75193.phpt9 var_dump($a->sort($b));
H A Dcollator_asort.phpt27 // Try to sort test data.
H A Dcollator_asort_variant2.phpt27 // Try to sort test data.
H A Dcollator_get_sort_key.phpt11 * Get sort keys using various locales
H A Dcollator_get_sort_key_variant2.phpt11 * Get sort keys using various locales
H A Dcollator_get_sort_key_variant3.phpt11 * Get sort keys using various locales
H A Dcollator_get_sort_key_variant4.phpt11 * Get sort keys using various locales
H A Dcollator_get_sort_key_variant5.phpt11 * Get sort keys using various locales
H A Dcollator_get_sort_key_variant6.phpt11 * Get sort keys using various locales

Completed in 226 milliseconds

12345678