3v4l.org

run code in 500+ PHP versions simultaneously
<?php $conditional = ''; $m_con = @eval("return (" . $conditional . ");"); var_dump($m_con);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GbMP9
function name:  (null)
number of ops:  11
compiled vars:  !0 = $conditional, !1 = $m_con
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, ''
    5     1        BEGIN_SILENCE                                        ~3      
          2        CONCAT                                               ~4      'return+%28', !0
          3        CONCAT                                               ~5      ~4, '%29%3B'
          4        INCLUDE_OR_EVAL                                      $6      ~5, EVAL
          5        END_SILENCE                                                  ~3
          6        ASSIGN                                                       !1, $6
    7     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAR                                                     !1
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
221.61 ms | 2380 KiB | 14 Q