3v4l.org

run code in 300+ PHP versions simultaneously
<?php $secret = 9292929; $data = '"I will write the payload code in this pice of content" . $secret = 1111111 . "that is sent to you previously $1"'; $trigger = "(.*)/e\0"; preg_replace( "/$trigger/i", $data, $data ); var_dump( $secret );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0LMSt
function name:  (null)
number of ops:  15
compiled vars:  !0 = $secret, !1 = $data, !2 = $trigger
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 9292929
    5     1        ASSIGN                                                   !1, '%22I+will+write+the+payload+code+in+this+pice+of+content%22+.+%24secret+%3D+1111111+.+%22that+is+sent+to+you+previously+%241%22'
    6     2        ASSIGN                                                   !2, '%28.%2A%29%2Fe%00'
    8     3        INIT_FCALL                                               'preg_replace'
          4        ROPE_INIT                                     3  ~7      '%2F'
          5        ROPE_ADD                                      1  ~7      ~7, !2
          6        ROPE_END                                      2  ~6      ~7, '%2Fi'
          7        SEND_VAL                                                 ~6
          8        SEND_VAR                                                 !1
          9        SEND_VAR                                                 !1
         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:
161.27 ms | 1394 KiB | 17 Q