3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xxx = 'R3V2ZiBmdmdyIHVuZiBhYmcgYm9nbnZhcnEgbiB5dnByYWZyIHNlYnogPG4gdWVycz0idWdnYzovL3B2Z2VuLmpyby52cSI+UHZnZW5qcm88L24+'; $xxx = base64_decode($xxx); $string = 'This site has not obtained a license from <a href="http://citra.web.id">Citraweb</a>'; $encoded = htmlspecialchars($string); $encoded64 = base64_encode($encoded); $decoded64 = base64_decode($encoded64); echo $decoded64;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DBF7N
function name:  (null)
number of ops:  20
compiled vars:  !0 = $xxx, !1 = $string, !2 = $encoded, !3 = $encoded64, !4 = $decoded64
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'R3V2ZiBmdmdyIHVuZiBhYmcgYm9nbnZhcnEgbiB5dnByYWZyIHNlYnogPG4gdWVycz0idWdnYzovL3B2Z2VuLmpyby52cSI%2BUHZnZW5qcm88L24%2B'
    4     1        INIT_FCALL                                               'base64_decode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $6      
          4        ASSIGN                                                   !0, $6
    5     5        ASSIGN                                                   !1, 'This+site+has+not+obtained+a+license+from+%3Ca+href%3D%22http%3A%2F%2Fcitra.web.id%22%3ECitraweb%3C%2Fa%3E'
    6     6        INIT_FCALL                                               'htmlspecialchars'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $9      
          9        ASSIGN                                                   !2, $9
    7    10        INIT_FCALL                                               'base64_encode'
         11        SEND_VAR                                                 !2
         12        DO_ICALL                                         $11     
         13        ASSIGN                                                   !3, $11
    8    14        INIT_FCALL                                               'base64_decode'
         15        SEND_VAR                                                 !3
         16        DO_ICALL                                         $13     
         17        ASSIGN                                                   !4, $13
   11    18        ECHO                                                     !4
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.96 ms | 1395 KiB | 19 Q