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/GsDC6
function name:  (null)
number of ops:  10
compiled vars:  !0 = $title_section
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 0
          3        DO_ICALL                                                 
    4     4        ECHO                                                     'first+try%3A+%0A'
    5     5        ECHO                                                     !0
    7     6        ASSIGN                                                   !0, 42
    9     7        ECHO                                                     'second+try%3A+%0A'
   10     8        ECHO                                                     !0
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.22 ms | 1393 KiB | 15 Q