Searched defs:reverse (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/converter/ |
H A D | converter.stub.php | 99 public function convert(string $str, bool $reverse = false): string|false {}
|
H A D | converter.c | 708 bool reverse = false; in PHP_METHOD() local
|
/php-src/ext/standard/ |
H A D | array.c | 375 static bucket_compare_func_t php_get_key_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_key_compare_func() 439 static bucket_compare_func_t php_get_data_compare_func(zend_long sort_type, int reverse) /* {{{ */ in php_get_data_compare_func() 503 static bucket_compare_func_t php_get_data_compare_func_unstable(zend_long sort_type, int reverse) /… in php_get_data_compare_func_unstable()
|
/php-src/ext/iconv/ |
H A D | iconv.c | 756 size_t offset, const char *enc, bool reverse) in _php_iconv_strpos()
|
/php-src/Zend/ |
H A D | zend_operators.c | 3665 …d_memnstr_ex_pre(unsigned int td[], const char *needle, size_t needle_len, int reverse) /* {{{ */ {
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 1900 …zend_string *haystack, zend_string *needle, const mbfl_encoding *enc, ssize_t offset, bool reverse) in mb_find_strpos()
|
Completed in 113 milliseconds