3v4l.org

run code in 300+ PHP versions simultaneously
<?php function e($d) { return $d; } error_reporting(0); $flag = "D0800A94ABF879CE6785B177A09B94D913F18862B8A310D80E52306018FA3D8D63B93BFF1CAFDB7789F3"; if (e($_REQUEST["flag"]) == e($flag)) { echo "OK"; } else{ echo "Wrong! Encrypted Flag: ", $flag; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XETCL
function name:  (null)
number of ops:  19
compiled vars:  !0 = $flag
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 0
          2        DO_ICALL                                                 
    9     3        ASSIGN                                                   !0, 'D0800A94ABF879CE6785B177A09B94D913F18862B8A310D80E52306018FA3D8D63B93BFF1CAFDB7789F3'
   11     4        INIT_FCALL                                               'e'
          5        FETCH_R                      global              ~3      '_REQUEST'
          6        FETCH_DIM_R                                      ~4      ~3, 'flag'
          7        SEND_VAL                                                 ~4
          8        DO_FCALL                                      0  $5      
          9        INIT_FCALL                                               'e'
         10        SEND_VAR                                                 !0
         11        DO_FCALL                                      0  $6      
         12        IS_EQUAL                                                 $5, $6
         13      > JMPZ                                                     ~7, ->16
   12    14    >   ECHO                                                     'OK'
         15      > JMP                                                      ->18
   15    16    >   ECHO                                                     'Wrong%21+Encrypted+Flag%3A+'
         17        ECHO                                                     !0
   16    18    > > RETURN                                                   1

Function e:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XETCL
function name:  e
number of ops:  3
compiled vars:  !0 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1      > RETURN                                                   !0
    5     2*     > RETURN                                                   null

End of function e

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.09 ms | 1398 KiB | 17 Q