3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fopen(__FILE__, 'r'); fseek($fp, __COMPILER_HALT_OFFSET__); $data = str_replace("===", "!==", stream_get_contents($fp)); eval($data); __halt_compiler(); $a = true; if ($a === 1 && $a === 2 && $a === 3) { echo 'YeahhHH!'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/obfDi
function name:  (null)
number of ops:  20
compiled vars:  !0 = $fp, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 '%2Fin%2FobfDi'
          2        SEND_VAL                                                 'r'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    4     5        INIT_FCALL                                               'fseek'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 165
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'str_replace'
         10        SEND_VAL                                                 '%3D%3D%3D'
         11        SEND_VAL                                                 '%21%3D%3D'
         12        INIT_FCALL                                               'stream_get_contents'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $5      
         15        SEND_VAR                                                 $5
         16        DO_ICALL                                         $6      
         17        ASSIGN                                                   !1, $6
    6    18        INCLUDE_OR_EVAL                                          !1, EVAL
    7    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.29 ms | 1399 KiB | 21 Q