3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "77#77060605190001582640"; $b = "99ФД5113063"; $c = "26.08.2012"; echo urlencode($a)."<br>"; echo htmlspecialchars($b)."<br>"; echo htmlspecialchars($c)."<br>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CJLXq
function name:  (null)
number of ops:  19
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '77%2377060605190001582640'
    3     1        ASSIGN                                                   !1, '99%D0%A4%D0%945113063'
    4     2        ASSIGN                                                   !2, '26.08.2012'
    6     3        INIT_FCALL                                               'urlencode'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $6      
          6        CONCAT                                           ~7      $6, '%3Cbr%3E'
          7        ECHO                                                     ~7
    7     8        INIT_FCALL                                               'htmlspecialchars'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $8      
         11        CONCAT                                           ~9      $8, '%3Cbr%3E'
         12        ECHO                                                     ~9
    8    13        INIT_FCALL                                               'htmlspecialchars'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                         $10     
         16        CONCAT                                           ~11     $10, '%3Cbr%3E'
         17        ECHO                                                     ~11
   10    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.03 ms | 1394 KiB | 17 Q