3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sfdsfdsffddsf($string) { $string = html_entity_decode($string, ENT_COMPAT, 'UTF-8'); return trim($string); } echo sfdsfdsffddsf('Test &#039; test'); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3gfSR
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   INIT_FCALL                                               'sfdsfdsffddsf'
          1        SEND_VAL                                                 'Test+%26%23039%3B+test'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
   11     4      > RETURN                                                   1

Function sfdsfdsffddsf:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3gfSR
function name:  sfdsfdsffddsf
number of ops:  12
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    5     1        INIT_FCALL                                               'html_entity_decode'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 2
          4        SEND_VAL                                                 'UTF-8'
          5        DO_ICALL                                         $1      
          6        ASSIGN                                                   !0, $1
    6     7        INIT_FCALL                                               'trim'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $3      
         10      > RETURN                                                   $3
    7    11*     > RETURN                                                   null

End of function sfdsfdsffddsf

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.12 ms | 1397 KiB | 18 Q