Home
last modified time | relevance | path

Searched refs:php_strtolower (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c208 php_strtolower(needle_dup, needle_len); in PHP_FUNCTION()
210 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
340 php_strtolower(needle_dup, needle_len); in PHP_FUNCTION()
342 php_strtolower(haystack_dup, haystack_len); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dphp_string.h117 PHPAPI char *php_strtolower(char *s, size_t len);
H A Dhttp_fopen_wrapper.c464 php_strtolower(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in php_stream_url_wrap_http_ex()
H A Dinfo.c140 php_strtolower(ZSTR_VAL(url_name), ZSTR_LEN(url_name)); in php_info_print_module()
H A Dstring.c1457 PHPAPI char *php_strtolower(char *s, size_t len) in php_strtolower() function
1757 php_strtolower(s, s_len);
1758 php_strtolower(t, t_len);
H A Dfile.c487 php_strtolower(name, strlen(name)); in PHP_FUNCTION()
/PHP-7.4/main/
H A Drfc1867.c724 php_strtolower(content_type_lcase, content_type_len);
H A Dmain.c1097 docref = php_strtolower(docref_buf, doclen); in php_verror()
/PHP-7.4/ext/soap/
H A Dsoap.c1719 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1788 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_ST…
1827 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLE…
4511 php_strtolower(str,len);
H A Dphp_sdl.c1133 … if (zend_hash_str_add_ptr(&ctx.sdl->functions, php_strtolower(tmp, len), len, function) == NULL) { in load_wsdl()
1144 zend_hash_str_add_ptr(ctx.sdl->requests, php_strtolower(tmp, len), len, function); in load_wsdl()
/PHP-7.4/ext/oci8/
H A Doci8.c1800 php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); in php_oci_do_connect_ex()
2929 php_strtolower(ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)); in php_oci_get_spool()
/PHP-7.4/main/streams/
H A Dstreams.c1845 php_strtolower(tmp, n);
/PHP-7.4/ext/ldap/
H A Dldap.c1888 zend_hash_str_update(Z_ARRVAL(tmp1), php_strtolower(attribute, attr_len), attr_len, &tmp2); in PHP_FUNCTION()

Completed in 92 milliseconds