Searched refs:ucfirst (Results 1 – 25 of 25) sorted by relevance
/PHP-7.0/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.0/ext/date/tests/ |
H A D | bug35624.phpt | 11 echo date("D", strtotime(ucfirst($day)));
|
/PHP-7.0/Zend/tests/ |
H A D | 023.phpt | 6 $a = 'ucfirst';
|
/PHP-7.0/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_transformToURI_wrongparam_003.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_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_002.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
H A D | xsltprocessor_transformToXML.phpt | 32 select="php:function('ucfirst',string(uid))"/>
|
/PHP-7.0/ext/standard/ |
H A D | php_string.h | 55 PHP_FUNCTION(ucfirst);
|
H A D | string.c | 2740 PHP_FUNCTION(ucfirst) argument
|
H A D | basic_functions.c | 2767 PHP_FE(ucfirst, arginfo_ucfirst)
|
/PHP-7.0/tests/strings/ |
H A D | 001.phpt | 145 $uc = ucfirst($str);
|
Completed in 68 milliseconds