Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c103 unsigned int uc; in mbfl_filt_conv_html_enc() local
127 uc = (unsigned int)c; in mbfl_filt_conv_html_enc()
131 *(--p) = "0123456789"[uc % 10]; in mbfl_filt_conv_html_enc()
132 uc /= 10; in mbfl_filt_conv_html_enc()
133 } while (uc); in mbfl_filt_conv_html_enc()
/PHP-5.5/tests/strings/
H A D001.phpt145 $uc = ucfirst($str);
146 if ($uc == "Fahrvergnuegen") {
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1285 register unsigned uc = (unsigned char)c; local
1292 if (col[uc] != 0)
/PHP-5.5/
H A Dltmain.sh319 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
5544 done | sort | sort -uc >/dev/null 2>&1); then

Completed in 24 milliseconds