Home
last modified time | relevance | path

Searched refs:reverse (Results 26 – 50 of 51) sorted by relevance

123

/PHP-7.3/ext/standard/tests/array/
H A Drsort_variation9.phpt6 * Description: Sort an array in reverse order
H A Drsort_variation3.phpt10 * Description: Sort an array in reverse order
H A Dkrsort_variation3.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Drsort_object1.phpt6 * Description: Sort an array in reverse order
H A Dkrsort_variation9.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation.
H A Dkrsort_variation2.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation5.phpt11 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Drsort_basic.phpt6 * Description: Sort an array in reverse order
H A Drsort_object2.phpt6 * Description: Sort an array in reverse order
H A Dkrsort_object.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Drsort_variation2.phpt8 * Description: Sort an array in reverse order
H A Dkrsort_basic.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Dkrsort_variation1.phpt6 * Description: Sort an array by key in reverse order, maintaining key to data correlation
H A Drsort_variation1.phpt6 * Description: Sort an array in reverse order
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h212 mbfl_strpos(mbfl_string *haystack, mbfl_string *needle, ssize_t offset, int reverse);
H A Dmbfilter.c828 int reverse) in mbfl_strpos() argument
879 if (!reverse) { in mbfl_strpos()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c749 ZEND_ARG_INFO(0, reverse)
757 zend_bool reverse = 0; in PHP_METHOD() local
760 &str, &str_len, &reverse) == FAILURE) { in PHP_METHOD()
767 ret = php_converter_do_convert(reverse ? objval->src : objval->dest, in PHP_METHOD()
768 reverse ? objval->dest : objval->src, in PHP_METHOD()
/PHP-7.3/ext/shmop/
H A DREADME10 we had in mind. After spending a day trying to reverse engineer and figure
/PHP-7.3/ext/standard/
H A Darray.c571 if (reverse) { in php_get_key_compare_func()
580 if (reverse) { in php_get_key_compare_func()
586 if (reverse) { in php_get_key_compare_func()
596 if (reverse) { in php_get_key_compare_func()
602 if (reverse) { in php_get_key_compare_func()
612 if (reverse) { in php_get_key_compare_func()
622 if (reverse) { in php_get_key_compare_func()
637 if (reverse) { in php_get_data_compare_func()
646 if (reverse) { in php_get_data_compare_func()
678 if (reverse) { in php_get_data_compare_func()
[all …]
/PHP-7.3/
H A DREADME.NEW-OUTPUT-API85 …Registering a reverse conflict checking function, which will be checked prior starting the specifi…
/PHP-7.3/Zend/
H A Dzend_operators.c3146 …d_memnstr_ex_pre(unsigned int td[], const char *needle, size_t needle_len, int reverse) /* {{{ */ { argument
3153 if (reverse) {
/PHP-7.3/ext/mbstring/
H A Dmbstring.c2347 int reverse = 0; in PHP_FUNCTION() local
2382 n = mbfl_strpos(&haystack, &needle, offset, reverse); in PHP_FUNCTION()
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE275 modification of the work for the customer's own use and reverse
/PHP-7.3/ext/imap/
H A Dphp_imap.c382 ZEND_ARG_INFO(0, reverse)
3190 mypgm->reverse = rev; in PHP_FUNCTION()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic7235 # magic is: reverse(\xFF lprofi \x81)
7960 # Hopper (reverse engineering tool) http://www.hopperapp.com/

Completed in 142 milliseconds

123