Home
last modified time | relevance | path

Searched refs:ADD (Results 76 – 93 of 93) sorted by relevance

1234

/PHP-5.5/ext/odbc/tests/
H A Dodbc_free_result_001.phpt15 odbc_exec($conn, 'ALTER TABLE FOO ADD PRIMARY KEY (TEST)');
/PHP-5.5/ext/mysqli/tests/
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);
H A Dmysqli_get_client_stats.phpt602 if (!mysqli_query($link, "ALTER TABLE non_result_set_queries_test ADD label CHAR(1)")) {
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_getcontent_error4.phpt27 //ADD THE 2 HANDLES
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_32.c94 …return push_inst(compiler, ADD | (flags & SET_FLAGS) | 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_64.c66 #define ADD 0x8b000000 macro
717 return push_inst(compiler, (ADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)); in emit_op_imm()
732 FAIL_IF(push_inst(compiler, ADD | RD(TMP_LR) | RN(TMP_ZERO) | RM(dst) | (2 << 22) | (31 << 10))); in emit_op_imm()
972 return push_inst(compiler, ADD | RD(arg) | RN(arg) | RM(other_r) | (argw << 10)); in getput_arg()
975 FAIL_IF(push_inst(compiler, ADD | RD(arg) | RN(arg) | RM(other_r) | (argw << 10))); in getput_arg()
978 FAIL_IF(push_inst(compiler, ADD | RD(TMP_LR) | RN(arg) | RM(other_r) | (argw << 10))); in getput_arg()
986 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RN(arg) | RM(other_r) | ((argw & 0x3) << 10))); in getput_arg()
1032 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG3) | RN(TMP_REG3) | RM(arg))); in getput_arg()
1569 FAIL_IF(push_inst(compiler, ADD | RD(TMP_REG1) | RN(arg) | RM(other_r) | (argw << 10))); in emit_fop_mem()
H A DsljitNativeX86_64.c285 *inst++ = MOD_REG | ADD | 4; in sljit_emit_return()
294 *inst++ = MOD_REG | ADD | 4; in sljit_emit_return()
H A DsljitNativePPC_32.c118 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativeARM_T2_32.c90 #define ADD 0x4400 macro
733 return push_inst16(compiler, ADD | SET_REGS44(dst, arg2)); in emit_op_imm()
1054 return push_inst16(compiler, ADD | SET_REGS44(arg, other_r)); in getput_arg()
1099 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG3, arg))); in getput_arg()
1625 FAIL_IF(push_inst16(compiler, ADD | SET_REGS44(TMP_REG3, (arg & REG_MASK)))); in emit_fop_mem()
H A DsljitNativeX86_32.c221 FAIL_IF(emit_cum_binary(compiler, ADD_r_rm, ADD_rm_r, ADD, ADD_EAX_i32, in sljit_emit_return()
H A DsljitNativeSPARC_common.c118 #define ADD (OPC1(0x2) | OPC3(0x00)) macro
588 …FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), D… in getput_arg()
613 return push_inst(compiler, ADD | D(base) | S1(base) | S2(arg2), DR(base)); in getput_arg()
H A DsljitNativePPC_64.c238 return push_inst(compiler, ADD | D(dst) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativePPC_common.c132 #define ADD (HI(31) | LO(266)) macro
664 FAIL_IF(push_inst(compiler, ADD | D(SLJIT_SP) | A(SLJIT_SP) | B(0))); in sljit_emit_return()
1084 FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | A(TMP_REG3) | B(arg & REG_MASK))); in getput_arg()
H A DsljitNativeX86_common.c151 #define ADD (/* BINARY */ 0 << 3) macro
2164 return emit_cum_binary(compiler, ADD_r_rm, ADD_rm_r, ADD, ADD_EAX_i32,
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt43 if (true === $db->exec('ALTER TABLE test ADD MiXeD CHAR(1)'))
47 if (false === $db->exec('ALTER TABLE test ADD MYUPPER CHAR(1)'))
H A Dpdo_mysql_exec_ddl.phpt56 exec_and_count(8, $db, 'ALTER TABLE pdo_exec_ddl ADD id INT', 0);
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY2020 …ko/svnreps/svnrep_onig/trunk file:///home/kosako/svnreps/svnrep_onig/tags/5.0.0 -m "ADD TAG: 5.0.0"

Completed in 61 milliseconds

1234