Home
last modified time | relevance | path

Searched refs:ZEND_POW (Results 1 – 16 of 16) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_vm_opcodes.h98 #define ZEND_POW 12 macro
H A Dzend_language_parser.y1223 { $$ = zend_ast_create_assign_op(ZEND_POW, $1, $3); }
1264 | expr T_POW expr { $$ = zend_ast_create_binary_op(ZEND_POW, $1, $3); }
H A Dzend_compile.h1207 (((opcode) >= ZEND_ADD) && ((opcode) <= ZEND_POW))
H A Dzend_opcode.c1229 case ZEND_POW: in get_binary_op()
H A Dzend_ast.c2210 case ZEND_POW: BINARY_OP(" **= ", 90, 91, 90); in zend_ast_export_ex()
2234 case ZEND_POW: BINARY_OP(" ** ", 250, 251, 250); in zend_ast_export_ex()
H A Dzend_operators.c1367 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW); in pow_function()
H A Dzend_compile.c9653 || opcode == ZEND_POW || opcode == ZEND_MOD || opcode == ZEND_SL || opcode == ZEND_SR in zend_binary_op_produces_error()
9691 if ((opcode == ZEND_POW) && zval_get_double(op1) == 0 && zval_get_double(op2) < 0) { in zend_binary_op_produces_error()
H A Dzend_vm_def.h360 ZEND_VM_COLD_CONSTCONST_HANDLER(12, ZEND_POW, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
/PHP-8.4/Zend/Optimizer/
H A Dpass1.c83 case ZEND_POW: in zend_optimizer_pass1()
H A Ddce.c90 case ZEND_POW: in may_have_side_effects()
H A Dzend_inference.c1480 && opline->extended_value != ZEND_POW) { in zend_inference_propagate_range()
2313 case ZEND_POW: in binary_op_result_type()
2584 case ZEND_POW: in _zend_update_type_info()
5062 case ZEND_POW: in zend_may_throw_ex()
5141 opline->extended_value == ZEND_POW) { in zend_may_throw_ex()
H A Dsccp.c1248 case ZEND_POW: in sccp_visit_instr()
/PHP-8.4/ext/bcmath/
H A Dbcmath.c1215 case ZEND_POW: in bcmath_number_do_operation()
1275 case ZEND_POW: in bcmath_number_do_operation()
1461 case ZEND_POW: in bcmath_number_calc_method()
1510 bcmath_number_calc_method(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_POW); in PHP_METHOD()
/PHP-8.4/ext/gmp/
H A Dgmp.c347 opcode == ZEND_POW ? "Exponent" : "Shift" in shift_operator_helper()
387 case ZEND_POW: in gmp_do_operation_ex()
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_trace.c1813 if (opline->extended_value == ZEND_POW in zend_jit_trace_build_tssa()
1825 if (opline->extended_value == ZEND_POW in zend_jit_trace_build_tssa()
1883 if (opline->extended_value == ZEND_POW in zend_jit_trace_build_tssa()
H A Dzend_jit.c1248 case ZEND_POW: in zend_jit_supported_binary_op()

Completed in 171 milliseconds