3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str= file_get_contents("/tmp/"); $str = explode("\n",$str); echo "<pre>".print_r($str)."</pre>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YH7WH
function name:  (null)
number of ops:  16
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 '%2Ftmp%2F'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    2     4        INIT_FCALL                                               'explode'
          5        SEND_VAL                                                 '%0A'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    3     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $5      
         12        CONCAT                                           ~6      '%3Cpre%3E', $5
         13        CONCAT                                           ~7      ~6, '%3C%2Fpre%3E'
         14        ECHO                                                     ~7
    4    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.08 ms | 1398 KiB | 19 Q