Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 62) sorted by last modified time

123

/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
/PHP-5.5/sapi/litespeed/
H A DREADME125 shared memory block for the opcode cache.
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt2 Bug #64529 (Ran out of opcode space)
/PHP-5.5/main/
H A Dmain.c733 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL in php_verror()
1148 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL && in php_error_cb()
/PHP-5.5/ext/xml/tests/
H A Dbug30266.phpt2 Bug #30266 (Invalid opcode 137/1/8)
13 Fatal error: Invalid opcode 137/1/8. in /home/hartmut/projects/php/dev/head/ext/xml/tests/bug30266.…
/PHP-5.5/ext/standard/tests/array/
H A Dbug30266.phpt2 Bug #30266 (Invalid opcode 137/1/8) and array_walk
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c65188 int opcode = pOp->opcode;
65189 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
65190 || ((opcode==OP_Halt || opcode==OP_HaltIfNull)
65235 u8 opcode = pOp->opcode;
65354 pOut->opcode = pIn->opcode;
72735 assert( pOp->opcode==OP_Eq || pOp->opcode==OP_Ne );
75541 assert( pOp->opcode!=OP_Next || pOp->opcode!=OP_NextIfOpen
75544 assert( pOp->opcode!=OP_Prev || pOp->opcode!=OP_PrevIfOpen
75763 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
77316 assert( pOp->opcode==OP_Noop || pOp->opcode==OP_Explain );
[all …]
/PHP-5.5/ext/spl/
H A Dphp_spl.c361 if (active_opline->opcode != ZEND_FETCH_CLASS) { in PHP_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c684 if ((op->opcode == ZEND_RECV || op->opcode == ZEND_RECV_INIT) in _get_recv_op()
725 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in _parameter_string()
1495 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in _reflection_param_get_default_precv()
2569 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in ZEND_METHOD()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c93 #define HI(opcode) ((opcode) << 26) argument
94 #define LO(opcode) (opcode) argument
H A DsljitNativePPC_common.c129 #define HI(opcode) ((opcode) << 26) argument
130 #define LO(opcode) ((opcode) << 1) argument
H A DsljitNativeSPARC_common.c113 #define OPC1(opcode) ((opcode) << 30) argument
114 #define OPC2(opcode) ((opcode) << 22) argument
115 #define OPC3(opcode) ((opcode) << 19) argument
H A DsljitNativeTILEGX-encoder.c662 const struct tilegx_opcode *opcode; member
9550 d->opcode = opc; in parse_insn_tilegx()
10090 if (!decoded[i].opcode->can_bundle) in print_insn_tilegx()
10101 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx() local
10107 if (opcode->mnemonic == padding_mnemonic in print_insn_tilegx()
10115 name = opcode->name; in print_insn_tilegx()
10120 for (j = 0; j < opcode->num_operands; j++) in print_insn_tilegx()
H A DsljitNativeTILEGX_64.c385 #define PB2(opcode, dst, src) \ argument
530 opcode = &tilegx_opcodes[opc]; in insert_nop()
531 inst_buf[0].opcode = opcode; in insert_nop()
542 inst_buf[0].opcode->pipes, in compute_format()
543 inst_buf[1].opcode->pipes, in compute_format()
610 const struct tilegx_opcode* opcode = inst->opcode; in get_bundle_bit() local
750 inst_buf[inst_buf_index].opcode = opcode; in push_4_buffer()
770 inst_buf[inst_buf_index].opcode = opcode; in push_3_buffer()
831 inst_buf[inst_buf_index].opcode = opcode; in push_2_buffer()
876 inst_buf[inst_buf_index].opcode = opcode; in push_0_buffer()
[all …]
H A DsljitNativeX86_32.c29 static sljit_si emit_do_imm(struct sljit_compiler *compiler, sljit_ub opcode, sljit_sw imm) in emit_do_imm() argument
36 *inst++ = opcode; in emit_do_imm()
H A DsljitNativeX86_64.c331 static sljit_si emit_do_imm32(struct sljit_compiler *compiler, sljit_ub rex, sljit_ub opcode, sljit… in emit_do_imm32() argument
341 *inst++ = opcode; in emit_do_imm32()
H A DsljitNativeX86_common.c1070 static sljit_si emit_unary(struct sljit_compiler *compiler, sljit_ub opcode, in emit_unary() argument
1081 *inst |= opcode; in emit_unary()
1089 *inst |= opcode; in emit_unary()
1097 *inst |= opcode; in emit_unary()
1104 *inst |= opcode; in emit_unary()
2289 static sljit_si emit_sse2(struct sljit_compiler *compiler, sljit_ub opcode, argument
2297 *inst = opcode;
2301 static sljit_si emit_sse2_logic(struct sljit_compiler *compiler, sljit_ub opcode, argument
2309 *inst = opcode;
H A DsljitNativeARM_32.c820 #define EMIT_DATA_PROCESS_INS(opcode, set_flags, dst, src1, src2) \ argument
821 (0xe0000000 | ((opcode) << 21) | (set_flags) | RD(dst) | RN(src1) | (src2))
969 #define EMIT_DATA_PROCESS_INS_AND_RETURN(opcode) \ argument
970 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, (src2 & SRC…
972 #define EMIT_FULL_DATA_PROCESS_INS_AND_RETURN(opcode, dst, src1, src2) \ argument
973 return push_inst(compiler, EMIT_DATA_PROCESS_INS(opcode, flags & SET_FLAGS, dst, src1, src2))
975 #define EMIT_SHIFT_INS_AND_RETURN(opcode) \ argument
981 …_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | reg_map[sr…
984 …t, SLJIT_UNUSED, (reg_map[(flags & ARGS_SWAPPED) ? src1 : src2] << 8) | (opcode << 5) | 0x10 | ((f…
2040 #define EMIT_FPU_OPERATION(opcode, mode, dst, src1, src2) \ argument
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7051 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
7068 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7109 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
7272 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
7810 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
7841 SLJIT_ASSERT(*opcode == OP_CLASS || *opcode == OP_NCLASS || *opcode == OP_XCLASS); in get_iterator_parameters()
7878 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()
7972 if (opcode == OP_STAR || opcode == OP_UPTO) in compile_iterator_matchingpath()
8219 if (opcode == OP_PRUNE_ARG || opcode == OP_SKIP_ARG || opcode == OP_THEN_ARG) in compile_control_verb_matchingpath()
8909 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
H A DHACKING149 variable length. The first unit in an item contains an opcode, and the length
150 of the item is either implicit in the opcode or contained in the data that
223 The OP_CHAR opcode is followed by a single character that is to be matched
277 that instead of a character, the opcode for the type is stored in the data
373 opcode to see if it is one of
406 this way, using the single opcode OP_CBRA.
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
418 bracket opcode.
459 These are just like other subpatterns, but they start with the opcode
492 subpattern using the opcode OP_CREF followed by a count containing the
[all …]
H A DChangeLog203 6. Catch a bad opcode during auto-possessification after compiling a bad UTF
1344 error to occur if an unknown opcode is encountered while checking for fixed
2668 pattern, with a new opcode that causes them to be skipped at execution
2700 16. The implementation of 13c above involved the invention of a new opcode,
4316 is now matched using a separate opcode. However, there may be more than one
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2490 70 internal error: unknown opcode in find_fixedlength()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c271 switch (opline->opcode) {
296 (opline + 1)->opcode != ZEND_FETCH_CLASS ||
297 (opline + 2)->opcode != ZEND_ADD_INTERFACE)) {
307 opline->opcode = ZEND_DECLARE_INHERITED_CLASS_DELAYED;
318 switch (opline->opcode) {
H A DZendAccelerator.c1488 (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL &&
1647 (*EG(opline_ptr))->opcode != ZEND_INCLUDE_OR_EVAL ||
1811 if (opline->opcode == ZEND_INCLUDE_OR_EVAL &&
1909 (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL &&
1974 (*EG(opline_ptr))->opcode == ZEND_INCLUDE_OR_EVAL &&
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c118 if (opline->opcode == ZEND_FREE) { in update_op1_const()
125 switch (opline->opcode) { in update_op1_const()
165 switch (opline->opcode) { in update_op2_const()
225 if ((opline-1)->opcode == ZEND_ASSIGN_DIM || in update_op2_const()
228 (opline-1)->opcode == ZEND_ASSIGN_SUB || in update_op2_const()
229 (opline-1)->opcode == ZEND_ASSIGN_MUL || in update_op2_const()
232 (opline-1)->opcode == ZEND_ASSIGN_SL || in update_op2_const()
233 (opline-1)->opcode == ZEND_ASSIGN_SR || in update_op2_const()
294 if (opline->opcode == ZEND_CASE || opline->opcode == ZEND_FREE) { in replace_tmp_by_const()
317 if (m->opcode == ZEND_CASE) { in replace_tmp_by_const()
[all …]

Completed in 593 milliseconds

123