3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.52 ms | 1395 KiB | 17 Q