3v4l.org

run code in 500+ PHP versions simultaneously
<?php $string = "%20Xbox360"; $string = urldecode($string); $string = trim($string); var_dump($string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o4tH7
function name:  (null)
number of ops:  11
compiled vars:  !0 = $string
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, '%2520Xbox360'
    4     1        INIT_FCALL                                                   'urldecode'
          2        SEND_VAR                                                     !0
          3        DO_ICALL                                             $2      
          4        ASSIGN                                                       !0, $2
    5     5        FRAMELESS_ICALL_1                trim                ~4      !0
          6        ASSIGN                                                       !0, ~4
    6     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAR                                                     !0
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.21 ms | 3299 KiB | 15 Q