3v4l.org

run code in 300+ PHP versions simultaneously
<?php $win_count = 1; $row[$win_count] = .4; printf( '"%s" vs "%s"', round($row[$win_count]), round($row[$win_count]) ?: '' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F49cL
function name:  (null)
number of ops:  19
compiled vars:  !0 = $win_count, !1 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        ASSIGN_DIM                                               !1, !0
          2        OP_DATA                                                  0.4
    6     3        INIT_FCALL                                               'printf'
    7     4        SEND_VAL                                                 '%22%25s%22+vs+%22%25s%22'
    8     5        INIT_FCALL                                               'round'
          6        FETCH_DIM_R                                      ~4      !1, !0
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                         $5      
          9        SEND_VAR                                                 $5
    9    10        INIT_FCALL                                               'round'
         11        FETCH_DIM_R                                      ~6      !1, !0
         12        SEND_VAL                                                 ~6
         13        DO_ICALL                                         $7      
         14        JMP_SET                                          ~8      $7, ->16
         15        QM_ASSIGN                                        ~8      ''
         16        SEND_VAL                                                 ~8
    6    17        DO_ICALL                                                 
   10    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.51 ms | 1005 KiB | 15 Q