3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo; const PHP_EOL = "\t\t\t"; print "<pre>a".PHP_EOL."b".PHP_EOL."c</pre>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/e4hTc
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'Foo%5CPHP_EOL', '%09%09%09'
    5     1        FETCH_CONSTANT                                   ~0      'Foo%5CPHP_EOL'
          2        CONCAT                                           ~1      '%3Cpre%3Ea', ~0
          3        CONCAT                                           ~2      ~1, 'b'
          4        FETCH_CONSTANT                                   ~3      'Foo%5CPHP_EOL'
          5        CONCAT                                           ~4      ~2, ~3
          6        CONCAT                                           ~5      ~4, 'c%3C%2Fpre%3E'
          7        ECHO                                                     ~5
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.04 ms | 1397 KiB | 13 Q