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); echo $str; echo "\n"; $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/qMr7o
function name:  (null)
number of ops:  16
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        ECHO                                                     !0
    7     6        ECHO                                                     '%0A'
    8     7        INIT_FCALL                                               'htmlspecialchars_decode'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !0, $4
    9    11        INIT_FCALL                                               'htmlspecialchars_decode'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $6      
         14        ECHO                                                     $6
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.88 ms | 939 KiB | 18 Q