3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_GET['zero'] = "0"; if($_GET['zero'] !== FALSE){ echo $_GET['zero']; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 10
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/NLJGI
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $0      '_GET'
          1        ASSIGN_DIM                                               $0, 'zero'
          2        OP_DATA                                                  '0'
    4     3        FETCH_R                      global              ~2      '_GET'
          4        FETCH_DIM_R                                      ~3      ~2, 'zero'
          5        TYPE_CHECK                                  1018          ~3
          6      > JMPZ                                                     ~4, ->10
    5     7    >   FETCH_R                      global              ~5      '_GET'
          8        FETCH_DIM_R                                      ~6      ~5, 'zero'
          9        ECHO                                                     ~6
    6    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
230.61 ms | 1392 KiB | 13 Q