3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = base64_encode('pierre@knplabs.com~~~~pierre'); echo $a; $q = explode('~~~~', base64_decode($request->query->get('q'))); var_dump($q);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QNKAR
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $q, !2 = $request
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base64_encode'
          1        SEND_VAL                                                 'pierre%40knplabs.com%7E%7E%7E%7Epierre'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    4     4        ECHO                                                     !0
    6     5        INIT_FCALL                                               'explode'
          6        SEND_VAL                                                 '%7E%7E%7E%7E'
          7        INIT_FCALL                                               'base64_decode'
          8        FETCH_OBJ_R                                      ~5      !2, 'query'
          9        INIT_METHOD_CALL                                         ~5, 'get'
         10        SEND_VAL_EX                                              'q'
         11        DO_FCALL                                      0  $6      
         12        SEND_VAR                                                 $6
         13        DO_ICALL                                         $7      
         14        SEND_VAR                                                 $7
         15        DO_ICALL                                         $8      
         16        ASSIGN                                                   !1, $8
    8    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !1
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.08 ms | 1386 KiB | 21 Q