3v4l.org

run code in 300+ PHP versions simultaneously
<?php $secret = 9292929; $data = "I will write the payload code in this pice of content <?php echo 111111; ?>that is sent to you previously"; $trigger = "a/e\0"; preg_match( "/$trigger/i", $data, $matches ); var_dump( $secret );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XIfBF
function name:  (null)
number of ops:  15
compiled vars:  !0 = $secret, !1 = $data, !2 = $trigger, !3 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 9292929
    5     1        ASSIGN                                                   !1, 'I+will+write+the+payload+code+in+this+pice+of+content+%3C%3Fphp+echo+111111%3B+%3F%3Ethat+is+sent+to+you+previously'
    6     2        ASSIGN                                                   !2, 'a%2Fe%00'
    8     3        INIT_FCALL                                               'preg_match'
          4        ROPE_INIT                                     3  ~8      '%2F'
          5        ROPE_ADD                                      1  ~8      ~8, !2
          6        ROPE_END                                      2  ~7      ~8, '%2Fi'
          7        SEND_VAL                                                 ~7
          8        SEND_VAR                                                 !1
          9        SEND_REF                                                 !3
         10        DO_ICALL                                                 
   10    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.64 ms | 1394 KiB | 17 Q