Home
last modified time | relevance | path

Searched refs:op2 (Results 26 – 40 of 40) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_compile.h112 znode_op op2; member
451 void zend_do_binary_op(zend_uchar op, znode *result, const znode *op1, const znode *op2 TSRMLS_DC);
453 void zend_do_binary_assign_op(zend_uchar op, znode *result, const znode *op1, const znode *op2 TSRM…
497 void zend_do_add_string(znode *result, const znode *op1, znode *op2 TSRMLS_DC);
498 void zend_do_add_variable(znode *result, const znode *op1, const znode *op2 TSRMLS_DC);
H A Dzend_execute_API.c1261 SET_UNUSED(ret_opline->op2); in execute_new_code()
1275 opline->op2.zv = &CG(active_op_array)->literals[opline->op2.constant].constant; in execute_new_code()
1279 if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { in execute_new_code()
1292 opline->op2.jmp_addr = &CG(active_op_array)->opcodes[opline->op2.opline_num]; in execute_new_code()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1493 ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1494 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
1652 ((*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_INCLUDE_ONCE &&
1653 (*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_REQUIRE_ONCE)) {
1812 (opline->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1813 opline->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE)) {
1914 ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1915 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
1979 ((*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_INCLUDE_ONCE ||
1980 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
H A Dzend_accelerator_module.c299 …if (zend_hash_find(EG(class_table), Z_STRVAL(EX(opline)->op2.u.constant), Z_STRLEN(EX(opline)->op2 in ZEND_INI_END()
H A Dzend_accelerator_util_funcs.c920 …s(Z_STRVAL(op_array->opcodes[opline_num - 1].op2.u.constant), Z_STRLEN(op_array->opcodes[opline_nu…
/PHP-5.5/
H A DUPGRADING.INTERNALS38 * opcoes ZEND_DO_FCALL and ZEND_DO_FCALL_BY_NAME use op2.num as
H A D.gdbinit576 printf "op2 => "
577 printzn &execute_data->opline.op2
/PHP-5.5/ext/standard/
H A Dstring.c5047 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in… argument
5055 if (Z_TYPE_P(op2) != IS_STRING) {
5056 zend_make_printable_zval(op2, &op2_copy, &use_copy2);
5063 op2 = &op2_copy;
5066 …ZVAL_LONG(result, strnatcmp_ex(Z_STRVAL_P(op1), Z_STRLEN_P(op1), Z_STRVAL_P(op2), Z_STRLEN_P(op2),…
5072 zval_dtor(op2);
5078 PHPAPI int string_natural_case_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{…
5080 return string_natural_compare_function_ex(result, op1, op2, 1 TSRMLS_CC);
5084 PHPAPI int string_natural_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */
5086 return string_natural_compare_function_ex(result, op1, op2, 0 TSRMLS_CC);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h313 #define IS_SYNTAX_OP2(syn, opm) (((syn)->op2 & (opm)) != 0)
H A Doniguruma.h401 unsigned int op2; member
799 void onig_set_syntax_op2 P_((OnigSyntaxType* syntax, unsigned int op2));
H A DHISTORY950 2004/07/01: [new] add onig_get_syntax_{op,op2,behavior,options}.
1547 2003/06/18: [spec] add op2 member to RegSyntaxType.
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI518 # void onig_set_syntax_op2(OnigSyntaxType* syntax, unsigned int op2)
526 2 op, op2, behavior, options: value of element.
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c744 …struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line) in push_4_buffer() argument
754 inst_buf[inst_buf_index].operand_value[2] = op2; in push_4_buffer()
764 …3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) in push_3_buffer() argument
774 inst_buf[inst_buf_index].operand_value[2] = op2; in push_3_buffer()
800 inst_buf[inst_buf_index].input_registers = (1L << op1) | (1L << op2); in push_3_buffer()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c730 *zv = *precv->op2.zv; in _parameter_string()
2597 *return_value = *precv->op2.zv; in ZEND_METHOD()
2624 if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { in ZEND_METHOD()
2649 if (precv && (Z_TYPE_P(precv->op2.zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT) { in ZEND_METHOD()
2650 RETURN_STRINGL(Z_STRVAL_P(precv->op2.zv), Z_STRLEN_P(precv->op2.zv), 1); in ZEND_METHOD()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c64361 if( NEVER(op==TK_REGISTER) ) op = pExpr->op2;
81327 if( pExpr->op==TK_AGG_FUNCTION ) pExpr->op2 += pWalker->u.n;
82058 pExpr->op2 = 0;
82060 pExpr->op2++;
84260 if( op==TK_REGISTER ) op = p->op2;
84291 if( op==TK_REGISTER ) op = p->op2;
85361 p->op2 = p->op;
85428 pExpr->op2);
85711 pFarg->a[0].pExpr->op2 =
86245 pExpr->op2, pExpr->u.zToken);
[all …]

Completed in 409 milliseconds

12