3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace x; define('x\\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/qrL7l
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_NS_FCALL_BY_NAME                                    'x%5Cdefine'
          1        SEND_VAL_EX                                              'x%5CPHP_EOL'
          2        SEND_VAL_EX                                              '%09%09%09'
          3        DO_FCALL                                      0          
    5     4        FETCH_CONSTANT                                   ~1      'x%5CPHP_EOL'
          5        CONCAT                                           ~2      '%3Cpre%3Ea', ~1
          6        CONCAT                                           ~3      ~2, 'b'
          7        CONCAT                                           ~4      ~3, '%0A'
          8        CONCAT                                           ~5      ~4, 'c%3C%2Fpre%3E'
          9        ECHO                                                     ~5
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.33 ms | 1394 KiB | 15 Q