3v4l.org

run code in 300+ PHP versions simultaneously
<?php $transferIds = array(1,2,3); $p = 2.5; printf( "VIP 100% discount compensation checker: %s transfers with compensation of more than %s% of src_summ", implode(',', $transferIds), $p );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gTrmt
function name:  (null)
number of ops:  12
compiled vars:  !0 = $transferIds, !1 = $p
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    6     1        ASSIGN                                                   !1, 2.5
    7     2        INIT_FCALL                                               'printf'
    8     3        SEND_VAL                                                 'VIP+100%25+discount+compensation+checker%3A+%25s+transfers+with+compensation+of+more+than+%25s%25+of+src_summ'
    9     4        INIT_FCALL                                               'implode'
          5        SEND_VAL                                                 '%2C'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
   10     9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
   11    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.82 ms | 1385 KiB | 17 Q