Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 46) sorted by relevance

12

/PHP-5.5/ext/intl/tests/
H A Drbbiter_getBinaryRules_basic.phpt18 !!reverse;
36 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
37 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Drbbiter_getRules_basic.phpt19 !!reverse;
31 string(128) "$LN = [[:letter:] [:number:]];$S = [.;,:];!!forward;$LN+ {1};$S+ {42};!!reverse;$LN+ {…
H A Didn_uts46_basic.phpt26 echo "reverse, ok, with details:", "\n";
44 reverse, ok, with details:
H A Drbbiter___construct_basic.phpt19 !!reverse;
H A Drbbiter_getRuleStatusVec_basic.phpt20 !!reverse;
H A Drbbiter_getRuleStatus_basic.phpt19 !!reverse;
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_with_keys.phpt6 function reverse(array $array) {
19 foreach (reverse($array) as $key => $value) {
/PHP-5.5/ext/standard/tests/array/
H A Drsort_variation4.phpt6 * Description: Sort an array in reverse order
H A Darray_values_variation7.phpt17 // populate array with 'default' keys in reverse order
H A Drsort_variation10.phpt6 * Description: Sort an array in reverse order
H A Drsort_error.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation7.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation6.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation11.phpt6 * Description: Sort an array in reverse order
H A Dkrsort_variation4.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Drsort_variation8.phpt6 * Description: Sort an array in reverse order
H A Dkrsort_variation11.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation6.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Dkrsort_variation10.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation8.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Drsort_variation5.phpt11 * Description: Sort an array in reverse order
H A Drsort_variation9.phpt6 * Description: Sort an array in reverse order
/PHP-5.5/main/
H A Dmergesort.c248 #define reverse(bot, top) { \ macro
309 reverse(f1, f2-size); in setup()
314 reverse (f1, f2-size); in setup()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h194 mbfl_strpos(mbfl_string *haystack, mbfl_string *needle, int offset, int reverse);
/PHP-5.5/ext/intl/converter/
H A Dconverter.c776 ZEND_ARG_INFO(0, reverse)
783 zend_bool reverse = 0; in PHP_METHOD() local
786 &str, &str_len, &reverse) == FAILURE) { in PHP_METHOD()
793 if (php_converter_do_convert(reverse ? objval->src : objval->dest, in PHP_METHOD()
795 reverse ? objval->dest : objval->src, in PHP_METHOD()

Completed in 27 milliseconds

12