3v4l.org

run code in 300+ PHP versions simultaneously
<?php //ini_set('display_errors',0); echo "first try: \n"; echo $title_section; $title_section = 42; echo "second try: \n"; echo $title_section;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NX8Su
function name:  (null)
number of ops:  6
compiled vars:  !0 = $title_section
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     'first+try%3A+%0A'
    5     1        ECHO                                                     !0
    7     2        ASSIGN                                                   !0, 42
    9     3        ECHO                                                     'second+try%3A+%0A'
   10     4        ECHO                                                     !0
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.71 ms | 1392 KiB | 13 Q