Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt12 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-src/tests/lang/
H A Dbug30638.phpt18 $lc = localeconv();
19 printf("decimal_point: %s\n", $lc['decimal_point']);
20 printf("thousands_sep: %s\n", $lc['thousands_sep']);
/php-src/ext/spl/tests/SplFileObject/
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-src/ext/hash/
H A Dconfig.w3217 var hash_sha3_dir = 'ext/hash/sha3/generic' + (X64 ? '64' : '32') + 'lc';
/php-src/ext/standard/tests/strings/
H A Dvprintf_variation9.phpt17 "%lc %4c %-4c",
H A Dsprintf_variation27.phpt12 "%c", "%lc", " %c", "%c ",
H A Dvprintf_variation10.phpt20 %lc %4c %-4c
/php-src/ext/standard/
H A Dfile.h78 int lc; member
H A Dstring.c5136 lc = '\0';
5165 lc = '<';
5222 lc = '>';
5256 lc = c;
5295 if (lc != '"' && lc != '\'') {
5296 lc = '(';
5301 if (lc != '"' && lc != '\'') {
5302 lc = ')';
5325 if (lc == c) {
5326 lc = '\0';
[all …]
H A Dfile.c2242 ch = md->lc; in php_next_meta_token()
2277 md->lc = ch; in php_next_meta_token()
2313 md->lc = ch; in php_next_meta_token()
/php-src/ext/standard/tests/file/
H A Dfscanf_variation22.phpt30 "%hc", "%lc", "%Lc",
H A Dfscanf_variation25.phpt27 "%hc", "%lc", "%Lc",
H A Dfscanf_variation26.phpt22 "%hc", "%lc", "%Lc",
H A Dfscanf_variation21.phpt39 "%hc", "%lc", "%Lc",
H A Dfscanf_variation23.phpt35 "%hc", "%lc", "%Lc",
H A Dfscanf_variation20.phpt41 "%hc", "%lc", "%Lc",
H A Dfscanf_variation24.phpt41 "%hc", "%lc", "%Lc",
/php-src/ext/odbc/
H A Dconfig.m4416 ODBC_LIBS="-ldmapic -lc"
423 ODBC_LIBS="-ldmapic -lc -lm"
/php-src/build/
H A Dlibtool.m43468 …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 Dltmain.sh4428 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-src/ext/opcache/jit/
H A Dzend_jit.c2590 zval *lc = zv + 1; in zend_jit() local
2591 ce = (zend_class_entry*)zend_hash_find_ptr(EG(class_table), Z_STR_P(lc)); in zend_jit()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1453 int lc=0;
1462 lc++;
1464 nums[lg]+=lc;
1465 ause+=lc;

Completed in 92 milliseconds