Home
last modified time | relevance | path

Searched refs:ADD (Results 26 – 50 of 57) sorted by relevance

123

/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug78192.phpt21 $connection->query('ALTER TABLE user ADD new_col VARCHAR(255)');
/PHP-8.1/ext/oci8/tests/
H A Dstatement_type.phpt18 "ALTER TABLE table ADD (col1 NUMBER)",
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt27 //ADD THE 2 HANDLES
/PHP-8.1/ext/pdo_mysql/tests/
H A Dchange_column_count.phpt32 $db->exec('ALTER TABLE test ADD new_col VARCHAR(255)');
H A Dgh11550.phpt35 ADD COLUMN `a` varchar(255) NOT NULL DEFAULT '';
H A Dpdo_mysql_attr_case.phpt45 if (true === $db->exec('ALTER TABLE test ADD MiXeD CHAR(1)'))
49 if (false === $db->exec('ALTER TABLE test ADD MYUPPER CHAR(1)'))
H A Dpdo_mysql_exec_ddl.phpt57 exec_and_count(8, $db, 'ALTER TABLE pdo_exec_ddl ADD id INT', 0);
/PHP-8.1/ext/odbc/tests/
H A Dodbc_free_result_001.phpt17 odbc_exec($conn, 'ALTER TABLE FOO ADD PRIMARY KEY (TEST)');
/PHP-8.1/ext/opcache/tests/jit/
H A Dadd_007.phpt2 JIT ADD: 007 Addition with immediate values
H A Dadd_011.phpt2 JIT ADD: 011 overflow handling
/PHP-8.1/ext/mysqli/tests/
H A Dgh11550.phpt32 ADD COLUMN `a` varchar(255) NOT NULL DEFAULT '';
H A Dmysqli_fetch_assoc_zerofill.phpt17 $sql = sprintf('ALTER TABLE test ADD zero %s UNSIGNED ZEROFILL', $datatype);
H A Dmysqli_stmt_bind_result_zerofill.phpt17 $sql = sprintf('ALTER TABLE test ADD zero %s UNSIGNED ZEROFILL', $datatype);
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c101 …return push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2… in emit_single_op()
124 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
127 return push_inst(compiler, ADD | RC(flags) | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativePPC_64.c230 …FAIL_IF(push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src… in emit_single_op()
259 FAIL_IF(push_inst(compiler, ADD | D(dst) | A(src1) | B(src2))); in emit_single_op()
263 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
267 return push_inst(compiler, ADD | RC(flags) | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativeX86_32.c227 FAIL_IF(emit_cum_binary(compiler, BINARY_OPCODE(ADD), in sljit_emit_enter()
306 FAIL_IF(emit_cum_binary(compiler, BINARY_OPCODE(ADD), in sljit_emit_return()
309 FAIL_IF(emit_cum_binary(compiler, BINARY_OPCODE(ADD), in sljit_emit_return()
710 FAIL_IF(emit_cum_binary(compiler, BINARY_OPCODE(ADD), in post_call_with_args()
H A DsljitNativeSPARC_32.c93 return push_inst(compiler, ADD | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS); in emit_single_op()
97 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(d… in emit_single_op()
H A DsljitNativeARM_32.c86 #define ADD 0xe0800000 macro
1204 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? s… in emit_single_op()
1478 FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | RM(offset_reg) | (argw << 7))); in emit_op_mem()
1493 FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | imm)); in emit_op_mem()
1517 FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | imm)); in emit_op_mem()
1936 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | ((argw &… in emit_fop_mem()
1950 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | imm)); in emit_fop_mem()
1963 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | RM(TMP_REG2))); in emit_fop_mem()
2422 …return push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | SRC2_IMM | (((stack_size - 16) + 0x… in softfloat_post_call_with_args()
H A DsljitNativeX86_64.c331 *inst++ = MOD_REG | ADD | 4; in sljit_emit_return()
340 *inst++ = MOD_REG | ADD | 4; in sljit_emit_return()
H A DsljitNativeARM_64.c70 #define ADD 0x8b000000 macro
795 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
812 FAIL_IF(push_inst(compiler, ADD | RD(TMP_LR) | RN(TMP_ZERO) | RM(dst) | (2 << 22) | (31 << 10))); in emit_op_imm()
875 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw << … in emit_op_mem()
1394 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | (argw <<… in emit_fop_mem()
H A DsljitNativeSPARC_common.c133 #define ADD (OPC1(0x2) | OPC3(0x00)) macro
670 …FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), D… in getput_arg()
H A DsljitNativeARM_T2_32.c97 #define ADD 0x4400 macro
810 return push_inst16(compiler, ADD | SET_REGS44(dst, arg2)); in emit_op_imm()
1581 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, (arg & REG_MASK)))); in emit_fop_mem()
H A DsljitNativePPC_common.c139 #define ADD (HI(31) | LO(266)) macro
792 FAIL_IF(push_inst(compiler, ADD | D(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_return()
H A DsljitNativeX86_common.c166 #define ADD (/* BINARY */ 0 << 3) macro
2307 return emit_cum_binary(compiler, BINARY_OPCODE(ADD),
/PHP-8.1/ext/date/tests/
H A Dexamine_diff.inc70 echo "ADD: $start_date + $expect_spec = **$result_end_date**\n";

Completed in 68 milliseconds

123