3v4l.org

run code in 500+ PHP versions simultaneously
<?php $_GET['id'] = 'poepschoen'; $id = (int) $_GET['id']; var_dump($id);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qP2DQ
function name:  (null)
number of ops:  11
compiled vars:  !0 = $id
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                          global              $1      '_GET'
          1        ASSIGN_DIM                                                   $1, 'id'
          2        OP_DATA                                                      'poepschoen'
    3     3        FETCH_R                          global              ~3      '_GET'
          4        FETCH_DIM_R                                          ~4      ~3, 'id'
          5        CAST                                              4  ~5      ~4
          6        ASSIGN                                                       !0, ~5
    4     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAR                                                     !0
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
165.8 ms | 1990 KiB | 14 Q