Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_string.h119 PHPAPI zend_string *php_string_tolower(zend_string *s);
H A Dstring.c1475 PHPAPI zend_string *php_string_tolower(zend_string *s) in php_string_tolower() function
1516 RETURN_STR(php_string_tolower(str)); in PHP_FUNCTION()
2035 haystack_dup = php_string_tolower(haystack);
2036 needle_dup = php_string_tolower(Z_STR_P(needle));
2048 haystack_dup = php_string_tolower(haystack);
2212 haystack_dup = php_string_tolower(haystack);
2237 needle_dup = php_string_tolower(needle);
3307 lc_needle = php_string_tolower(needle);
3328 lc_needle = php_string_tolower(needle);
3372 lc_needle = php_string_tolower(needle);
[all …]
H A Darray.c4515 new_key = php_string_tolower(string_key);

Completed in 39 milliseconds