3v4l.org

run code in 300+ PHP versions simultaneously
<?php function a($q, $w, $e) { echo "$q - $w - $e"; } $x = base64_encode('a("", "", "");'); eval(base64_decode($x));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5llVE
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'base64_encode'
          1        SEND_VAL                                                 'a%28%22%22%2C+%22%22%2C+%22%22%29%3B'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    6     4        INIT_FCALL                                               'base64_decode'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $3      
          7        INCLUDE_OR_EVAL                                          $3, EVAL
          8      > RETURN                                                   1

Function a:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5llVE
function name:  a
number of ops:  10
compiled vars:  !0 = $q, !1 = $w, !2 = $e
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    3     3        ROPE_INIT                                     5  ~4      !0
          4        ROPE_ADD                                      1  ~4      ~4, '+-+'
          5        ROPE_ADD                                      2  ~4      ~4, !1
          6        ROPE_ADD                                      3  ~4      ~4, '+-+'
          7        ROPE_END                                      4  ~3      ~4, !2
          8        ECHO                                                     ~3
    4     9      > RETURN                                                   null

End of function a

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.81 ms | 1395 KiB | 17 Q