Searched refs:lc (Results 1 – 25 of 30) sorted by relevance
12
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_trace.c | 15 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.3/tests/lang/ |
H A D | bug30638.phpt | 20 $lc = localeconv(); 21 printf("decimal_point: %s\n", $lc['decimal_point']); 22 printf("thousands_sep: %s\n", $lc['thousands_sep']);
|
/PHP-5.3/ext/spl/tests/ |
H A D | fileobject_003.phpt | 6 function test($name, $lc, $lp) 26 var_dump($l != '/' && $l != '\\' && $l == $lc); 29 var_dump($l != '/' && $l != '\\' && $l == $lc);
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | sprintf_variation23.phpt | 24 "%c", "%hc", "%lc",
|
H A D | sprintf_variation26.phpt | 22 "%c", "%hc", "%lc",
|
H A D | vprintf_variation9.phpt | 21 "%lc %Lc, %4c %-4c",
|
H A D | vsprintf_variation9.phpt | 21 "%lc %Lc, %4c %-4c",
|
H A D | vfprintf_variation9.phpt | 21 "%lc %Lc, %4c %-4c",
|
H A D | vsprintf_variation10.phpt | 20 %lc %Lc %4c %-4c
|
H A D | sprintf_variation22.phpt | 26 "%c", "%hc", "%lc",
|
H A D | vprintf_variation10.phpt | 20 %lc %Lc %4c %-4c
|
H A D | sprintf_variation27.phpt | 18 "%c", "%hc", "%lc",
|
H A D | vfprintf_variation10.phpt | 20 %lc %Lc %4c %-4c
|
H A D | sprintf_variation24.phpt | 30 "%c", "%hc", "%lc",
|
H A D | sprintf_variation25.phpt | 36 "%c", "%hc", "%lc",
|
H A D | sprintf_variation21.phpt | 36 "%c", "%hc", "%lc",
|
/PHP-5.3/ext/standard/ |
H A D | file.h | 107 int lc; member
|
H A D | string.c | 4318 lc = '\0'; 4342 lc = '<'; 4359 if (lc != '"' && lc != '\'') { 4360 lc = '('; 4377 if (lc != '"' && lc != '\'') { 4378 lc = ')'; 4405 lc = '>'; 4454 if (lc == c) { 4455 lc = '\0'; 4457 lc = c; [all …]
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | fscanf_variation22.phpt | 35 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation25.phpt | 32 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation26.phpt | 27 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation23.phpt | 40 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation21.phpt | 44 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation24.phpt | 46 "%hc", "%lc", "%Lc",
|
/PHP-5.3/ext/odbc/ |
H A D | config.m4 | 461 ODBC_LIBS="-ldmapic -lc" 468 ODBC_LIBS="-ldmapic -lc -lm"
|
Completed in 42 milliseconds
12