3v4l.org

run code in 300+ PHP versions simultaneously
<?php header("Content-Type: application/vnd.ms-excel"); echo 'First Name' . "\t" . 'Last Name' . "\t" . 'Phone' . "\n"; echo 'John' . "\t" . 'Doe' . "\t" . '555-5555' . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vBv2E
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'header'
          1        SEND_VAL                                                 'Content-Type%3A+application%2Fvnd.ms-excel'
          2        DO_ICALL                                                 
    6     3        ECHO                                                     'First+Name%09Last+Name%09Phone%0A'
    7     4        ECHO                                                     'John%09Doe%09555-5555%0A'
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.16 ms | 1398 KiB | 15 Q