Home
last modified time | relevance | path

Searched refs:php_string_tolower (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/standard/
H A Dphp_string.h126 PHPAPI zend_string *php_string_tolower(zend_string *s);
H A Dstring.c1487 PHPAPI zend_string *php_string_tolower(zend_string *s) in php_string_tolower() function
1527 RETURN_STR(php_string_tolower(str)); in PHP_FUNCTION()
2036 haystack_dup = php_string_tolower(haystack);
2037 needle_dup = php_string_tolower(Z_STR_P(needle));
2044 haystack_dup = php_string_tolower(haystack);
2200 haystack_dup = php_string_tolower(haystack);
2225 needle_dup = php_string_tolower(needle);
3275 lc_needle = php_string_tolower(needle);
3296 lc_needle = php_string_tolower(needle);
3340 lc_needle = php_string_tolower(needle);
[all …]
H A Darray.c4458 new_key = php_string_tolower(string_key);

Completed in 31 milliseconds