Home
last modified time | relevance | path

Searched refs:lc (Results 1 – 25 of 30) sorted by last modified time

12

/PHP-5.5/tests/lang/
H A Dbug30638.phpt16 $lc = localeconv();
17 printf("decimal_point: %s\n", $lc['decimal_point']);
18 printf("thousands_sep: %s\n", $lc['thousands_sep']);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace.c15 char *lc = (char *) &l; in fpm_trace_get_strz() local
29 if (sz && lc[i]) { in fpm_trace_get_strz()
30 *buf++ = lc[i]; in fpm_trace_get_strz()
/PHP-5.5/
H A Dltmain.sh4415 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
4416 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt21 "%lc %Lc, %4c %-4c",
H A Dvsprintf_variation10.phpt20 %lc %Lc %4c %-4c
H A Dvsprintf_variation9.phpt21 "%lc %Lc, %4c %-4c",
H A Dvfprintf_variation9.phpt21 "%lc %Lc, %4c %-4c",
H A Dvprintf_variation10.phpt20 %lc %Lc %4c %-4c
H A Dvfprintf_variation10.phpt20 %lc %Lc %4c %-4c
H A Dsprintf_variation27.phpt18 "%c", "%hc", "%lc",
H A Dsprintf_variation21.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation22.phpt26 "%c", "%hc", "%lc",
H A Dsprintf_variation23.phpt24 "%c", "%hc", "%lc",
H A Dsprintf_variation24.phpt30 "%c", "%hc", "%lc",
H A Dsprintf_variation25.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation26.phpt22 "%c", "%hc", "%lc",
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation21.phpt44 "%hc", "%lc", "%Lc",
H A Dfscanf_variation22.phpt35 "%hc", "%lc", "%Lc",
H A Dfscanf_variation23.phpt40 "%hc", "%lc", "%Lc",
H A Dfscanf_variation24.phpt46 "%hc", "%lc", "%Lc",
H A Dfscanf_variation25.phpt32 "%hc", "%lc", "%Lc",
H A Dfscanf_variation26.phpt27 "%hc", "%lc", "%Lc",
H A Dfscanf_variation20.phpt46 "%hc", "%lc", "%Lc",
/PHP-5.5/ext/standard/
H A Dstring.c4623 lc = '\0';
4652 lc = '<';
4669 if (lc != '"' && lc != '\'') {
4670 lc = '(';
4687 if (lc != '"' && lc != '\'') {
4688 lc = ')';
4715 lc = '>';
4764 if (lc == c) {
4765 lc = '\0';
4767 lc = c;
[all …]
H A Dfile.c2354 ch = md->lc; in php_next_meta_token()
2389 md->lc = ch; in php_next_meta_token()
2425 md->lc = ch; in php_next_meta_token()

Completed in 84 milliseconds

12