Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dphp_string.h41 PHPAPI zend_string *php_string_tolower(zend_string *s);
H A Dstring.c1422 PHPAPI zend_string *php_string_tolower(zend_string *s) in php_string_tolower() function
1466 RETURN_STR(php_string_tolower(str)); in PHP_FUNCTION()
1982 haystack_dup = php_string_tolower(haystack);
1983 needle_dup = php_string_tolower(needle);
2088 haystack_dup = php_string_tolower(haystack);
2112 needle_dup = php_string_tolower(needle);
3082 lc_needle = php_string_tolower(needle);
3103 lc_needle = php_string_tolower(needle);
3147 lc_needle = php_string_tolower(needle);
4210 lc_subject_str = php_string_tolower(subject_str);
[all …]
H A Darray.c4402 new_key = php_string_tolower(string_key);

Completed in 30 milliseconds