3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', 'on'); ini_set('error_reporting', -1); $var = urldecode('pt/ferramentas-anti-fa%A8%AAsca/12920403-giraviti-ph-gr0-inox-3x60.html'); echo $var."\n"; die(var_dump(htmlentities($var, ENT_QUOTES, 'utf-8')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/jrWa8
function name:  (null)
number of ops:  24
compiled vars:  !0 = $var
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 'on'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'error_reporting'
          6        SEND_VAL                                                 -1
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'urldecode'
          9        SEND_VAL                                                 'pt%2Fferramentas-anti-fa%25A8%25AAsca%2F12920403-giraviti-ph-gr0-inox-3x60.html'
         10        DO_ICALL                                         $3      
         11        ASSIGN                                                   !0, $3
    5    12        CONCAT                                           ~5      !0, '%0A'
         13        ECHO                                                     ~5
    6    14        INIT_FCALL                                               'var_dump'
         15        INIT_FCALL                                               'htmlentities'
         16        SEND_VAR                                                 !0
         17        SEND_VAL                                                 3
         18        SEND_VAL                                                 'utf-8'
         19        DO_ICALL                                         $6      
         20        SEND_VAR                                                 $6
         21        DO_ICALL                                         $7      
         22      > EXIT                                                     $7
         23*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.99 ms | 1395 KiB | 21 Q