Home
last modified time | relevance | path

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

12

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_trace.c13 char *lc = (char *) &l; in fpm_trace_get_strz() local
23 if (sz && lc[i]) { in fpm_trace_get_strz()
24 *buf++ = lc[i]; in fpm_trace_get_strz()
/PHP-7.3/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt16 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.3/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-7.3/ext/spl/tests/
H A Dfileobject_003.phpt6 function test($name, $lc, $lp)
26 var_dump($l != '/' && $l != '\\' && $l == $lc);
29 var_dump($l != '/' && $l != '\\' && $l == $lc);
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation23.phpt24 "%c", "%hc", "%lc",
H A Dsprintf_variation26.phpt22 "%c", "%hc", "%lc",
H A Dvsprintf_variation9.phpt21 "%lc %Lc, %4c %-4c",
H A Dvprintf_variation9.phpt21 "%lc %Lc, %4c %-4c",
H A Dvfprintf_variation9.phpt21 "%lc %Lc, %4c %-4c",
H A Dsprintf_variation22.phpt26 "%c", "%hc", "%lc",
H A Dvsprintf_variation10.phpt20 %lc %Lc %4c %-4c
H A Dvprintf_variation10.phpt20 %lc %Lc %4c %-4c
H A Dsprintf_variation27.phpt18 "%c", "%hc", "%lc",
H A Dvfprintf_variation10.phpt20 %lc %Lc %4c %-4c
H A Dsprintf_variation24.phpt30 "%c", "%hc", "%lc",
H A Dsprintf_variation25.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation21.phpt36 "%c", "%hc", "%lc",
/PHP-7.3/ext/standard/
H A Dfile.h106 int lc; member
H A Dstring.c5065 lc = '\0';
5106 lc = '<';
5163 lc = '>';
5198 lc = c;
5237 if (lc != '"' && lc != '\'') {
5238 lc = '(';
5243 if (lc != '"' && lc != '\'') {
5244 lc = ')';
5267 if (lc == c) {
5268 lc = '\0';
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation22.phpt35 "%hc", "%lc", "%Lc",
H A Dfscanf_variation25.phpt32 "%hc", "%lc", "%Lc",
H A Dfscanf_variation26.phpt27 "%hc", "%lc", "%Lc",
H A Dfscanf_variation21.phpt44 "%hc", "%lc", "%Lc",
H A Dfscanf_variation23.phpt40 "%hc", "%lc", "%Lc",
/PHP-7.3/ext/odbc/
H A Dconfig.m4430 ODBC_LIBS="-ldmapic -lc"
437 ODBC_LIBS="-ldmapic -lc -lm"

Completed in 74 milliseconds

12