Searched refs:ucfirst (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/standard/tests/strings/ |
H A D | ucfirst.phpt | 2 "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 D | bug35624.phpt | 11 echo date("D", strtotime(ucfirst($day)));
|
/PHP-8.2/Zend/tests/ |
H A D | 023.phpt | 6 $a = 'ucfirst';
|
H A D | str_offset_004.phpt | 26 $str[-strlen($str)] = strtoupper($str[0]); /* An exotic ucfirst() ;) */
|
/PHP-8.2/ext/xsl/tests/ |
H A D | xsltprocessor_transformToDoc.phpt | 29 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToURI.phpt | 31 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
/PHP-8.2/tests/strings/ |
H A D | 001.phpt | 143 $uc = ucfirst($str);
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | status.inc | 86 $method = "checkStatus" . ucfirst($type);
|
/PHP-8.2/ |
H A D | UPGRADING | 48 stripos, strripos, lcfirst, ucfirst, ucwords, str_ireplace,
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.stub.php | 1714 function ucfirst(string $string): string {}
|
H A D | basic_functions_arginfo.h | 2474 ZEND_FUNCTION(ucfirst); 3109 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(ucfirst, arginfo_ucfirst)
|
H A D | string.c | 2521 PHP_FUNCTION(ucfirst) argument
|
Completed in 49 milliseconds