Home
last modified time | relevance | path

Searched refs:mb_lcfirst (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/mbstring/tests/
H A Dmb_ucfirst_lcfirst.phpt2 mb_ucfirst(), mb_lcfirst functions tests
27 if (mb_lcfirst(chr($i)) !== chr($i + (97 - 65))) {
32 if (mb_lcfirst(chr($i)) !== chr($i)) {
38 echo "Done mb_lcfirst\n";
43 var_dump(mb_lcfirst(""));
53 echo "== mb_lcfirst ==\n";
54 var_dump(mb_lcfirst("ABS"));
55 var_dump(mb_lcfirst("Xin chào"));
56 var_dump(mb_lcfirst("Đẹp quá!"));
81 Done mb_lcfirst
[all …]
/PHP-8.4/ext/mbstring/
H A Dmbstring_arginfo.h326 ZEND_FUNCTION(mb_lcfirst);
395 ZEND_FE(mb_lcfirst, arginfo_mb_lcfirst)
H A Dmbstring.stub.php140 function mb_lcfirst(string $string, ?string $encoding = null): string {} function
H A Dmbstring.c3009 PHP_FUNCTION(mb_lcfirst) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS813 . Added mb_ucfirst and mb_lcfirst. (Yuya Hamada)
H A DUPGRADING804 . Added mb_ucfirst and mb_lcfirst functions.

Completed in 34 milliseconds