3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "<p>Factor Systems, Inc. Billtrust CMB, (« nous », « notre », « nos ») et vous concluez cette entente "; $str = htmlentities($str); $str = htmlspecialchars_decode($str); echo htmlspecialchars_decode($str);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/do1Ng
function name:  (null)
number of ops:  14
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Cp%3EFactor+Systems%2C+Inc.+Billtrust+CMB%2C+%28%C2%AB+nous+%C2%BB%2C+%C2%AB+notre+%C2%BB%2C+%C2%AB+nos+%C2%BB%29+et+vous+concluez+cette+entente+%0A'
    5     1        INIT_FCALL                                               'htmlentities'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    6     5        INIT_FCALL                                               'htmlspecialchars_decode'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !0, $4
    7     9        INIT_FCALL                                               'htmlspecialchars_decode'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $6      
         12        ECHO                                                     $6
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.12 ms | 1398 KiB | 17 Q