Searched refs:ucfirst (Results 1 – 25 of 27) sorted by relevance
12
/PHP-7.2/ext/standard/tests/strings/ |
H A D | ucfirst.phpt | 2 "ucfirst()" function 11 "testing ucfirst.", 12 "1.testing ucfirst", 102 var_dump(ucfirst($string)); 107 var_dump(ucfirst($str)); 114 var_dump(ucfirst("$str")); 116 var_dump(ucfirst("$strS")); 123 var_dump(ucfirst(ucfirst("hello"))); 128 ucfirst(); 131 ucfirst((int)10, (int)20); [all …]
|
/PHP-7.2/ext/date/tests/ |
H A D | bug35624.phpt | 11 echo date("D", strtotime(ucfirst($day)));
|
/PHP-7.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-7.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_transformToDoc_nullparam.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToDoc_wrongparam_001.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToDoc_wrongparam_002.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToDoc_wrongparam_003.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToDoc_wrongparam_004.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToURI_nullparam.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToURI_wrongparam_001.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToURI_wrongparam_004.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML_nullparam.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML_wrongparam_001.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML_wrongparam_002.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML_wrongparam_003.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML_wrongparam_004.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToURI_wrongparam_002.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToURI_wrongparam_003.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
/PHP-7.2/ext/standard/ |
H A D | php_string.h | 55 PHP_FUNCTION(ucfirst);
|
/PHP-7.2/sapi/fpm/tests/ |
H A D | status.inc | 57 $method = "checkStatus" . ucfirst($type);
|
/PHP-7.2/tests/strings/ |
H A D | 001.phpt | 145 $uc = ucfirst($str);
|
Completed in 28 milliseconds
12