Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/strings/
H A Ducfirst.phpt2 "ucfirst()" function
11 "testing ucfirst.",
12 "1.testing ucfirst",
78 var_dump(ucfirst($string));
83 var_dump(ucfirst($str));
90 var_dump(ucfirst("$str"));
91 var_dump(ucfirst("$str'S"));
92 var_dump(ucfirst("$strS"));
95 var_dump(ucfirst("${str}S"));
99 var_dump(ucfirst(ucfirst("hello")));
[all …]
/PHP-8.2/ext/date/tests/
H A Dbug35624.phpt11 echo date("D", strtotime(ucfirst($day)));
/PHP-8.2/Zend/tests/
H A D023.phpt6 $a = 'ucfirst';
H A Dstr_offset_004.phpt26 $str[-strlen($str)] = strtoupper($str[0]); /* An exotic ucfirst() ;) */
/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc.phpt29 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToURI.phpt31 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML.phpt32 select="php:function('ucfirst',string(uid))"/>
/PHP-8.2/tests/strings/
H A D001.phpt143 $uc = ucfirst($str);
/PHP-8.2/sapi/fpm/tests/
H A Dstatus.inc86 $method = "checkStatus" . ucfirst($type);
/PHP-8.2/
H A DUPGRADING48 stripos, strripos, lcfirst, ucfirst, ucwords, str_ireplace,
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php1714 function ucfirst(string $string): string {}
H A Dbasic_functions_arginfo.h2474 ZEND_FUNCTION(ucfirst);
3109 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(ucfirst, arginfo_ucfirst)
H A Dstring.c2521 PHP_FUNCTION(ucfirst) argument

Completed in 49 milliseconds