Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Ducfirst.phpt2 "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-5.5/ext/date/tests/
H A Dbug35624.phpt11 echo date("D", strtotime(ucfirst($day)));
/PHP-5.5/Zend/tests/
H A D023.phpt6 $a = 'ucfirst';
/PHP-5.5/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_transformToDoc_nullparam.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToDoc_wrongparam_001.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToDoc_wrongparam_002.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToURI_nullparam.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML_nullparam.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt32 select="php:function('ucfirst',string(uid))"/>
H A Dxsltprocessor_transformToXML.phpt32 select="php:function('ucfirst',string(uid))"/>
/PHP-5.5/ext/standard/
H A Dphp_string.h55 PHP_FUNCTION(ucfirst);
H A Dstring.c2713 PHP_FUNCTION(ucfirst) argument
H A Dbasic_functions.c2785 PHP_FE(ucfirst, arginfo_ucfirst)
/PHP-5.5/tests/strings/
H A D001.phpt145 $uc = ucfirst($str);

Completed in 63 milliseconds