3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! echo `3` + `0.5` , print(`2`) + 1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K16gF
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'shell_exec'
          1        SEND_VAL                                                 '3'
          2        DO_ICALL                                         $0      
          3        INIT_FCALL                                               'shell_exec'
          4        SEND_VAL                                                 '0.5'
          5        DO_ICALL                                         $1      
          6        ADD                                              ~2      $0, $1
          7        ECHO                                                     ~2
          8        INIT_FCALL                                               'shell_exec'
          9        SEND_VAL                                                 '2'
         10        DO_ICALL                                         $3      
         11        ADD                                              ~4      $3, 1
         12        ECHO                                                     ~4
         13        ECHO                                                     1
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.61 ms | 1385 KiB | 15 Q