Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 275) sorted by last modified time

1234567891011

/PHP-7.4/
H A DNEWS1276 . Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
2310 . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
H A Dconfigure.ac1423 dnl Silence warning: `ar: 'u' modifier ignored since 'D' is the default`
/PHP-7.4/build/
H A Dconfig.guess1263 M680?0:D-NIX:5.3:*)
H A Dlibtool.m45315 …NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B"))…
5317 …M -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B"))…
5648 …NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B"))…
5650 …M -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B"))…
H A Dphp_cxx_compile_stdcxx.m4605 template<template<typename> typename X> struct D;
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1975 {'D', TIMELIB_FORMAT_TEXTUAL_DAY_3_LETTER},
/PHP-7.4/ext/intl/tests/
H A Dbug74264.phpt12 grapheme_strripos('DÉJÀÀÀÀ', 'à', $offset)
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_72583.phpt16 $D = $S->fetch(PDO::FETCH_NUM);
17 echo gettype($D[0])."\n".gettype($D[1]);
H A Dbug_72931.phpt15 $D = $S->fetch(PDO::FETCH_NUM);
16 echo $D[0];
H A Dbug_74462.phpt17 $D = $S->fetchAll(PDO::FETCH_COLUMN);
20 var_dump($D);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c118 #define D(d) (reg_map[d] << 21) macro
708 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter()
731 FAIL_IF(push_inst(compiler, ADDI | D(TMP_ZERO) | A(0) | 0)); in sljit_emit_enter()
791 FAIL_IF(push_inst(compiler, ADD | D(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_return()
804 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_return()
845 ((inst) | (((flags) & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)))
1728 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG2) | A(0) | 0x4330)); in sljit_emit_fop1_conv_f64_from_sw()
1733 FAIL_IF(push_inst(compiler, ADDIS | D(TMP_REG1) | A(0) | 0x8000)); in sljit_emit_fop1_conv_f64_from_sw()
1878 return push_inst(compiler, MFLR | D(dst)); in sljit_emit_fast_enter()
1881 FAIL_IF(push_inst(compiler, MFLR | D(TMP_REG2))); in sljit_emit_fast_enter()
[all …]
H A DsljitNativeSPARC_common.c112 #define D(d) (reg_map[d] << 25) macro
551 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8), UNMOVABLE_INS)); in sljit_emit_return()
552 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS); in sljit_emit_return()
603 | ((flags & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)) in getput_arg_fast()
687 dest = ((flags & MEM_MASK) <= GPR_REG ? D(reg) : FD(reg)); in getput_arg()
852 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
987 FAIL_IF(push_inst(compiler, OR | D(TMP_LINK) | S1(0) | S2(src), DR(TMP_LINK))); in sljit_emit_op_src()
991 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1(TMP_LINK) | IMM(8), UNMOVABLE_INS)); in sljit_emit_op_src()
1248 return push_inst(compiler, OR | D(dst) | S1(0) | S2(TMP_LINK), UNMOVABLE_INS); in sljit_emit_fast_enter()
1480 FAIL_IF(push_inst(compiler, OR | D(reg) | S1(0) | IMM(1), UNMOVABLE_INS)); in sljit_emit_op_flags()
[all …]
H A DsljitNativeMIPS_32.c81 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
90 return push_inst(compiler, SEB | T(src2) | D(dst), DR(dst)); in emit_single_op()
93 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(24), DR(dst)); in emit_single_op()
109 return push_inst(compiler, SEH | T(src2) | D(dst), DR(dst)); in emit_single_op()
112 return push_inst(compiler, SRA | T(dst) | D(dst) | SH_IMM(16), DR(dst)); in emit_single_op()
127 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
136 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
372 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
375 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
380 FAIL_IF(push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
207 return push_inst(compiler, DSRL32 | T(dst) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
211 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op()
218 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
466 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
468 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
471 return push_inst(compiler, MFLO | D(dst), DR(dst)); in emit_single_op()
481 FAIL_IF(push_inst(compiler, MFLO | D(dst), DR(dst))); in emit_single_op()
519 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
521 FAIL_IF(push_inst(compiler, DSLL | T(dst) | D(dst) | SH_IMM(16), DR(dst))); in emit_const()
[all …]
H A DsljitNativeMIPS_common.c106 #define D(d) (reg_map[d] << 11) macro
485 inst[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in put_label_set()
491 inst[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in put_label_set()
493 inst[4] = DSLL | T(reg) | D(reg) | SH_IMM(16); in put_label_set()
801 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter()
803 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter()
805 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2))); in sljit_emit_enter()
1253 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0()
1254 return push_inst(compiler, MFHI | D(SLJIT_R1), DR(SLJIT_R1)); in sljit_emit_op0()
1290 FAIL_IF(push_inst(compiler, MFLO | D(SLJIT_R0), DR(SLJIT_R0))); in sljit_emit_op0()
[all …]
H A DsljitNativePPC_32.c32 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
109 return push_inst(compiler, ADDIS | D(dst) | A(src1) | compiler->imm); in emit_single_op()
120 return push_inst(compiler, ADDIC | D(dst) | A(src1) | compiler->imm); in emit_single_op()
123 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
129 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
142 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
153 return push_inst(compiler, SUBFIC | D(dst) | A(src1) | compiler->imm); in emit_single_op()
165 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
171 return push_inst(compiler, SUBFE | D(dst) | A(src2) | B(src1)); in emit_single_op()
[all …]
H A DsljitNativePPC_64.c49 return push_inst(compiler, ADDI | D(reg) | A(0) | IMM(imm)); in load_immediate()
55 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate()
67 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
84 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
90 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
100 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate()
256 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
264 return push_inst(compiler, ADDE | D(dst) | A(src1) | B(src2)); in emit_single_op()
277 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
309 return push_inst(compiler, SUBF | D(dst) | A(src2) | B(src1)); in emit_single_op()
[all …]
H A DsljitNativeSPARC_32.c30 return push_inst(compiler, OR | D(dst) | S1(0) | IMM(imm), DR(dst)); in load_immediate()
32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate()
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
58 return push_inst(compiler, AND | D(dst) | S1(src2) | IMM(0xff), DR(dst)); in emit_single_op()
59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op()
60 return push_inst(compiler, SRA | D(dst) | S1(dst) | IMM(24), DR(dst)); in emit_single_op()
70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op()
86 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op()
93 return push_inst(compiler, ADD | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS); in emit_single_op()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5933 uint32_t D = d - uc; in compile_branch() local
5939 ((D < CHAR_i)? D : CHAR_i) + uc); in compile_branch()
5943 if (C <= D && C <= CHAR_r) in compile_branch()
5947 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()
5951 if (C <= D) in compile_branch()
5955 D + uc); in compile_branch()
/PHP-7.4/win32/build/
H A Dconfig.w32242 ADD_FLAG("CFLAGS_BD_ZEND", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
255 ADD_FLAG("CFLAGS_BD_MAIN", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
264 ADD_FLAG("CFLAGS_BD_MAIN_STREAMS", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
274 ADD_FLAG("CFLAGS_BD_WIN32", "/D ZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
301 ADD_FLAG("CFLAGS", "/D FD_SETSIZE=" + parseInt(PHP_FD_SETSIZE));
/PHP-7.4/ext/session/tests/
H A Dbug32330.phpt63 $_SESSION['C'] = 'D';
/PHP-7.4/ext/zip/
H A Dconfig.w3218 ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION");
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt24 'Set-Cookie: name=deleted; expires='.date('D, d-M-Y H:i:s', 1).' GMT; Max-Age=0',
25 'Set-Cookie: name=deleted; expires='.date('D, d-M-Y H:i:s', 1).' GMT; Max-Age=0',
29 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsp).' GMT; Max-Age=5',
30 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=0',
31 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsc).' GMT; Max-Age=0',
36 'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsp).' GMT; Max-Age=5',
37 …'Set-Cookie: name=value; expires='.date('D, d-M-Y H:i:s', $tsn).' GMT; Max-Age=0; path=/path/; dom…
/PHP-7.4/ext/opcache/tests/
H A Dpreload_011.phpt21 $d = new D;
/PHP-7.4/ext/libxml/
H A Dconfig.w3214 ADD_FLAG("CFLAGS_LIBXML", "/D LIBXML_STATIC /D LIBXML_STATIC_FOR_DLL /D HAVE_WIN32_THREADS ");
20 ADD_FLAG("CFLAGS_LIBXML", "/D PHP_WIN32_DEBUG_HEAP");

Completed in 128 milliseconds

1234567891011