Searched refs:lc (Results 1 – 25 of 31) sorted by relevance
12
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_trace.c | 15 char *lc = (char *) &l; in fpm_trace_get_strz() local 25 if (sz && lc[i]) { in fpm_trace_get_strz() 26 *buf++ = lc[i]; in fpm_trace_get_strz()
|
/PHP-7.0/ext/intl/tests/ |
H A D | msgfmt_bug70484.phpt | 16 foreach ($locale as $lc) { 17 echo "$lc string key\n"; 18 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}… 22 echo "$lc $i ", $m->getErrorMessage(); 27 echo "$lc numeric key\n"; 28 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}… 32 echo "$lc $i ", $m->getErrorMessage();
|
/PHP-7.0/tests/lang/ |
H A D | bug30638.phpt | 16 $lc = localeconv(); 17 printf("decimal_point: %s\n", $lc['decimal_point']); 18 printf("thousands_sep: %s\n", $lc['thousands_sep']);
|
/PHP-7.0/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-7.0/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 | sprintf_variation22.phpt | 26 "%c", "%hc", "%lc",
|
H A D | vsprintf_variation10.phpt | 20 %lc %Lc %4c %-4c
|
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-7.0/ext/standard/ |
H A D | file.h | 110 int lc; member
|
H A D | string.c | 4621 lc = '\0'; 4646 lc = '<'; 4663 if (lc != '"' && lc != '\'') { 4664 lc = '('; 4681 if (lc != '"' && lc != '\'') { 4682 lc = ')'; 4709 lc = '>'; 4761 if (lc == c) { 4762 lc = '\0'; 4764 lc = c; [all …]
|
/PHP-7.0/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",
|
/PHP-7.0/ext/odbc/ |
H A D | config.m4 | 504 ODBC_LIBS="-ldmapic -lc" 511 ODBC_LIBS="-ldmapic -lc -lm"
|
Completed in 50 milliseconds
12