Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/pdo_sqlite/tests/
H A Dbug78192.phpt21 $connection->query('ALTER TABLE user ADD new_col VARCHAR(255)');
/PHP-8.3/ext/oci8/tests/
H A Dstatement_type.phpt22 "ALTER TABLE table ADD (col1 NUMBER)",
/PHP-8.3/ext/opcache/jit/
H A DDockerfile.arm64.example11 ADD . /php-src/
/PHP-8.3/ext/pdo_mysql/tests/
H A Dchange_column_count.phpt32 $db->exec('ALTER TABLE test ADD new_col VARCHAR(255)');
H A Dgh11550.phpt37 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.3/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt34 //ADD THE 2 HANDLES
/PHP-8.3/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.3/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.3/ext/odbc/tests/
H A Dodbc_primarykeys_001.phpt34 odbc_exec($conn, 'ALTER TABLE primarykeys ADD CONSTRAINT primarykeys_pk PRIMARY KEY (test)');
/PHP-8.3/.github/actions/setup-x64/
H A Daction.yml12 …127.0.0.1 -U SA -C -P "<YourStrong@Passw0rd>" -Q "ALTER SERVER ROLE sysadmin ADD MEMBER odbc_test;"
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c109 …return push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src2… in emit_single_op()
134 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
137 return push_inst(compiler, ADD | RC(flags) | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativeRISCV_common.c80 #define ADD (F7(0x0) | F3(0x0) | OPC(0x33)) macro
933 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG3) | RS1(TMP_REG3) | RS2(base))); in getput_arg()
936 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(base) | RS2(TMP_REG3))); in getput_arg()
985 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG3) | RS1(TMP_REG3) | RS2(base))); in getput_arg()
989 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(TMP_REG3) | RS2(base))); in getput_arg()
1009 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(tmp_r) | RS2(base))); in emit_op_mem()
1012 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(base) | RS2(OFFS_REG(arg)))); in emit_op_mem()
1019 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RS1(tmp_r) | RS2(base))); in emit_op_mem()
1215 FAIL_IF(push_inst(compiler, ADD | WORD | RD(dst) | RS1(src1) | RS2(src2))); in emit_single_op()
1252 FAIL_IF(push_inst(compiler, ADD | WORD | RD(dst) | RS1(src1) | RS2(src2))); in emit_single_op()
[all …]
H A DsljitNativePPC_64.c229 …FAIL_IF(push_inst(compiler, ADD | OE(ALT_SET_FLAGS) | RC(ALT_SET_FLAGS) | D(dst) | A(src1) | B(src… in emit_single_op()
260 FAIL_IF(push_inst(compiler, ADD | D(dst) | A(src1) | B(src2))); in emit_single_op()
264 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
268 return push_inst(compiler, ADD | RC(flags) | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativeSPARC_32.c88 return push_inst(compiler, ADD | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS); in emit_single_op()
92 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DRF(… in emit_single_op()
H A DsljitNativeX86_32.c551 BINARY_IMM32(ADD, local_size, SLJIT_SP, 0); in emit_stack_frame_release()
574 BINARY_IMM32(ADD, sizeof(sljit_sw), SLJIT_SP, 0); in emit_stack_frame_release()
718 BINARY_IMM32(ADD, stack_size, SLJIT_SP, 0); in post_call_with_args()
945 BINARY_IMM32(ADD, offset, SLJIT_SP, 0); in tail_call_with_args()
954 BINARY_IMM32(ADD, extra_space, SLJIT_SP, 0); in emit_tail_call_end()
H A DsljitNativeARM_32.c91 #define ADD 0xe0800000 macro
1252 FAIL_IF(push_inst(compiler, ADD | SRC2_IMM | RD(SLJIT_SP) | RN(SLJIT_SP) | 0xb00 | imm2)); in emit_add_sp()
1256 return push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | imm2); in emit_add_sp()
1392 return push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | (1 << 25) | sizeof(sljit_sw)); in emit_stack_frame_release()
1854 FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | imm)); in emit_op_mem()
2372 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | imm)); in emit_fop_mem()
2385 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG2) | RN(arg & REG_MASK) | RM(TMP_REG2))); in emit_fop_mem()
2936 PTR_FAIL_IF(push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | SRC2_IMM | extra_space)); in sljit_emit_call()
3042 FAIL_IF(push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | SRC2_IMM | extra_space)); in sljit_emit_icall()
3209 return push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg) | imm); in update_mem_addr()
[all …]
H A DsljitNativeARM_64.c71 #define ADD 0x8b000000 macro
825 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
844 FAIL_IF(push_inst(compiler, ADD | RD(TMP_LR) | RN(TMP_ZERO) | RM(dst) | (2 << 22) | (31 << 10))); in emit_op_imm()
916 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | ((sljit_i… in emit_op_mem()
1638 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | ((sljit_… in emit_fop_mem()
2177 …FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(mem & REG_MASK) | RM(OFFS_REG(mem)) | ((sljit_… in sljit_emit_mem()
2214 …FAIL_IF(push_inst(compiler, (inst == ADDI ? ADD : SUB) | RD(TMP_REG1) | RN(mem & REG_MASK) | RM(TM… in sljit_emit_mem()
H A DsljitNativeARM_T2_32.c99 #define ADD 0x4400 macro
849 return push_inst16(compiler, ADD | SET_REGS44(dst, arg2)); in emit_op_imm()
1984 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, (arg & REG_MASK)))); in emit_fop_mem()
2814 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, mem & REG_MASK))); in sljit_emit_mem()
2837 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, mem & REG_MASK))); in sljit_emit_mem()
2903 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, mem & REG_MASK))); in sljit_emit_mem()
2923 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, mem & REG_MASK))); in sljit_emit_mem()
3051 return push_inst16(compiler, ADD | SET_REGS44(TMP_REG1, arg)); in update_mem_addr()
H A DsljitNativeX86_64.c627 BINARY_IMM32(ADD, local_size, SLJIT_SP, 0); in emit_stack_frame_release()
652 BINARY_IMM32(ADD, sizeof(sljit_sw), SLJIT_SP, 0); in emit_stack_frame_release()
/PHP-8.3/ext/date/tests/
H A Dexamine_diff.inc70 echo "ADD: $start_date + $expect_spec = **$result_end_date**\n";

Completed in 66 milliseconds

123