3v4l.org

run code in 300+ PHP versions simultaneously
<?php $encoded = base64_encode("ʪ֣ãÅìÐÄš³·¿­ÉÁÊ¡¸Ší¿ÃÐÁ®›¶œ¸˜Ï¹¥ç"); var_dump( $encoded ); $decoded = base64_decode($encoded); var_dump($decoded);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QRG3M
function name:  (null)
number of ops:  15
compiled vars:  !0 = $encoded, !1 = $decoded
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'base64_encode'
          1        SEND_VAL                                                 '%C3%8A%C2%AA%C3%96%C2%A3%C3%A3%C3%85%C3%AC%C3%90%C3%84%C5%A1%C2%B3%C2%B7%C2%BF%C2%AD%C3%89%C3%81%C3%8A%C2%A1%C2%B8%C5%A0%C3%AD%C2%BF%C3%83%C3%90%C3%81%C2%AE%E2%80%BA%C2%B6%C5%93%C2%B8%CB%9C%C3%8F%C2%B9%C2%A5%C3%A7'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'base64_decode'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    6    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.82 ms | 1399 KiB | 19 Q