3v4l.org

run code in 300+ PHP versions simultaneously
<?php print base64_decode('dGVhc2VyX2ZsYWdfW5fdGhlX2lpZGRsZSE=');print "\n"; print base64_decode('dGVhc2VyX2ZsYWdfW5').' '.base64_decode('fdGhlX2lpZGRsZSE=');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L44hP
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'base64_decode'
          1        SEND_VAL                                                 'dGVhc2VyX2ZsYWdfW5fdGhlX2lpZGRsZSE%3D'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
          4        ECHO                                                     '%0A'
    3     5        INIT_FCALL                                               'base64_decode'
          6        SEND_VAL                                                 'dGVhc2VyX2ZsYWdfW5'
          7        DO_ICALL                                         $1      
          8        CONCAT                                           ~2      $1, '+'
          9        INIT_FCALL                                               'base64_decode'
         10        SEND_VAL                                                 'fdGhlX2lpZGRsZSE%3D'
         11        DO_ICALL                                         $3      
         12        CONCAT                                           ~4      ~2, $3
         13        ECHO                                                     ~4
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.88 ms | 1394 KiB | 15 Q