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); echo $decoded = str_rot13(str_rot13($string)); echo str_rot13(str_rot13(base64_decode($xxx)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AVini
function name:  (null)
number of ops:  25
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                                           ~10     !3, $9
         13        ECHO                                                     ~10
   10    14        INIT_FCALL                                               'str_rot13'
         15        INIT_FCALL                                               'str_rot13'
         16        INIT_FCALL                                               'base64_decode'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                         $11     
         19        SEND_VAR                                                 $11
         20        DO_ICALL                                         $12     
         21        SEND_VAR                                                 $12
         22        DO_ICALL                                         $13     
         23        ECHO                                                     $13
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.48 ms | 1400 KiB | 17 Q