Searched refs:lc (Results 1 – 24 of 24) sorted by relevance
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_trace.c | 13 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-8.2/ext/intl/tests/ |
H A D | msgfmt_bug70484.phpt | 12 foreach ($locale as $lc) { 13 echo "$lc string key\n"; 14 …$m = new MessageFormatter($lc, "{n, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}… 18 echo "$lc $i ", $m->getErrorMessage(); 23 echo "$lc numeric key\n"; 24 …$m = new MessageFormatter($lc, "{0, selectordinal, =5 {five} zero {#-zero} one {#-one} two {#-two}… 28 echo "$lc $i ", $m->getErrorMessage();
|
/PHP-8.2/tests/lang/ |
H A D | bug30638.phpt | 18 $lc = localeconv(); 19 printf("decimal_point: %s\n", $lc['decimal_point']); 20 printf("thousands_sep: %s\n", $lc['thousands_sep']);
|
/PHP-8.2/ext/spl/tests/SplFileObject/ |
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-8.2/ext/standard/tests/strings/ |
H A D | vprintf_variation9.phpt | 17 "%lc %4c %-4c",
|
H A D | sprintf_variation27.phpt | 12 "%c", "%lc", " %c", "%c ",
|
H A D | vprintf_variation10.phpt | 20 %lc %4c %-4c
|
/PHP-8.2/ext/hash/ |
H A D | config.w32 | 16 var hash_sha3_dir = 'ext/hash/sha3/generic' + (X64 ? '64' : '32') + 'lc';
|
/PHP-8.2/ext/standard/ |
H A D | file.h | 84 int lc; member
|
H A D | string.c | 4895 lc = '\0'; 4924 lc = '<'; 4981 lc = '>'; 5016 lc = c; 5055 if (lc != '"' && lc != '\'') { 5056 lc = '('; 5061 if (lc != '"' && lc != '\'') { 5062 lc = ')'; 5085 if (lc == c) { 5086 lc = '\0'; [all …]
|
H A D | file.c | 2240 ch = md->lc; in php_next_meta_token() 2275 md->lc = ch; in php_next_meta_token() 2311 md->lc = ch; in php_next_meta_token()
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | fscanf_variation22.phpt | 30 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation25.phpt | 27 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation26.phpt | 22 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation23.phpt | 35 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation21.phpt | 39 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation20.phpt | 41 "%hc", "%lc", "%Lc",
|
H A D | fscanf_variation24.phpt | 41 "%hc", "%lc", "%Lc",
|
/PHP-8.2/ext/odbc/ |
H A D | config.m4 | 418 ODBC_LIBS="-ldmapic -lc" 425 ODBC_LIBS="-ldmapic -lc -lm"
|
/PHP-8.2/build/ |
H A D | libtool.m4 | 3468 …C -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' 3729 # link with -lc, and that would cause any symbols used from libc to 4013 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; 4180 # Whether or not to add -lc for building shared libraries. 6158 # link with -lc, and that would cause any symbols used from libc to 6202 # Assume -lc should be added 6211 # Test whether the compiler implicitly links with -lc since on some 6212 # systems, -lgcc has to come before -lc. If gcc already passes -lc 6213 # to ld, don't add -lc before -lgcc. 6214 AC_MSG_CHECKING([whether -lc should be explicitly linked in]) [all …]
|
H A D | ltmain.sh | 4428 compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` 4429 finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 1453 int lc=0; 1462 lc++; 1464 nums[lg]+=lc; 1465 ause+=lc;
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit.c | 4066 zval *lc = zv + 1; in zend_jit() local 4067 ce = (zend_class_entry*)zend_hash_find_ptr(EG(class_table), Z_STR_P(lc)); in zend_jit()
|
/PHP-8.2/ |
H A D | configure.ac | 385 dnl Check for inet_aton in -lc, -lbind and -lresolv.
|
Completed in 111 milliseconds