3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo str_pad(round((69-floor(69))*60),2,0,STR_PAD_LEFT);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YjkAo
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'str_pad'
          1        INIT_FCALL                                               'round'
          2        INIT_FCALL                                               'floor'
          3        SEND_VAL                                                 69
          4        DO_ICALL                                         $0      
          5        SUB                                              ~1      69, $0
          6        MUL                                              ~2      ~1, 60
          7        SEND_VAL                                                 ~2
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        SEND_VAL                                                 2
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 0
         13        DO_ICALL                                         $4      
         14        ECHO                                                     $4
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.41 ms | 1398 KiB | 19 Q