3v4l.org

run code in 300+ PHP versions simultaneously
<?php $locale_info = localeconv();print_r($locale_info); function ♥() { return "I love PHP"; } echo ♥();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NU3bh
function name:  (null)
number of ops:  10
compiled vars:  !0 = $locale_info
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'localeconv'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
          3        INIT_FCALL                                               'print_r'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    6     6        INIT_FCALL                                               '%E2%99%A5'
          7        DO_FCALL                                      0  $4      
          8        ECHO                                                     $4
          9      > RETURN                                                   1

Function %E2%99%A5:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NU3bh
function name:  ♥
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E > > RETURN                                                   'I+love+PHP'
    5     1*     > RETURN                                                   null

End of function %E2%99%A5

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.96 ms | 1397 KiB | 18 Q