3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "%u0410%u043D%u0430%u043B%u043E%u0433%u0438%u0447%u043D%u043E. %u0421%u0434%u0435%u043B%u0430%u0439%u0442%u0435 %u043D%u043E%u0440%u043C%u0430%u043B%u044C%u043D%u0443%u044E %u043D%u043E%u0432%u043E%u0441%u0442%u044C, %u0430 %u043D%u0435 %u0441%u0432%u043E%u0434%u043A%u0443 %u043E %u0414%u0422%u041F"; echo json_decode(str_replace('%u', '\\u', json_encode($text))); echo unescape($text) ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3Se3T
function name:  (null)
number of ops:  18
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%25u0410%25u043D%25u0430%25u043B%25u043E%25u0433%25u0438%25u0447%25u043D%25u043E.+%25u0421%25u0434%25u0435%25u043B%25u0430%25u0439%25u0442%25u0435+%25u043D%25u043E%25u0440%25u043C%25u0430%25u043B%25u044C%25u043D%25u0443%25u044E+%25u043D%25u043E%25u0432%25u043E%25u0441%25u0442%25u044C%2C+%25u0430+%25u043D%25u0435+%25u0441%25u0432%25u043E%25u0434%25u043A%25u0443+%25u043E+%25u0414%25u0422%25u041F'
    3     1        INIT_FCALL                                               'json_decode'
          2        INIT_FCALL                                               'str_replace'
          3        SEND_VAL                                                 '%25u'
          4        SEND_VAL                                                 '%5Cu'
          5        INIT_FCALL                                               'json_encode'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        DO_ICALL                                         $3      
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                         $4      
         12        ECHO                                                     $4
    5    13        INIT_FCALL_BY_NAME                                       'unescape'
         14        SEND_VAR_EX                                              !0
         15        DO_FCALL                                      0  $5      
         16        ECHO                                                     $5
    7    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.99 ms | 1395 KiB | 19 Q