Home
last modified time | relevance | path

Searched refs:mul_function (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_opcode.c732 return (binary_op_type) mul_function; in get_binary_op()
H A Dzend_vm_execute.h4466 mul_function(EX_VAR(opline->result.var), op1, op2);
8502 mul_function(EX_VAR(opline->result.var), op1, op2);
10385 mul_function(EX_VAR(opline->result.var), op1, op2);
20129 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_VAR_CV(mul_function ZEND_OPCODE_HANDLER_ARGS_P…
30305 mul_function(EX_VAR(opline->result.var), op1, op2);
35621 mul_function(EX_VAR(opline->result.var), op1, op2);
36355 …ZEND_VM_TAIL_CALL(zend_binary_assign_op_helper_SPEC_CV_CV(mul_function ZEND_OPCODE_HANDLER_ARGS_PA…
38339 mul_function(EX_VAR(opline->result.var), op1, op2);
41393 mul_function(EX_VAR(opline->result.var), op1, op2);
43811 mul_function(EX_VAR(opline->result.var), op1, op2);
[all …]
H A Dzend_operators.h50 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2);
H A Dzend_operators.c1006 ZEND_API int ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function() function
1039 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL, mul_function); in mul_function()
H A Dzend_vm_def.h154 mul_function(EX_VAR(opline->result.var), op1, op2);
927 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_helper, binary_op, mul_function);
931 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_dim_helper, binary_op, mul_function);
933 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_obj_helper, binary_op, mul_function);
936 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_binary_assign_op_dim_helper, binary_op, mul_function);
H A Dzend_compile.c5897 mul_function(result, &left, op); in zend_ct_eval_unary_pm()

Completed in 139 milliseconds