3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((int) 'abc4'); $a = (int) 'abc'; $a = -$a; $a = md5($a); var_dump($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EI7lH
function name:  (null)
number of ops:  16
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        CAST                                          4  ~1      'abc4'
          2        SEND_VAL                                                 ~1
          3        DO_ICALL                                                 
    3     4        CAST                                          4  ~3      'abc'
          5        ASSIGN                                                   !0, ~3
    4     6        MUL                                              ~5      !0, -1
          7        ASSIGN                                                   !0, ~5
    5     8        INIT_FCALL                                               'md5'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $7      
         11        ASSIGN                                                   !0, $7
    6    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.12 ms | 1394 KiB | 17 Q