3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filecontents = file_get_contents('http://www.brightmeup.info/words.txt'); $words = preg_split('/[\s]+/', $filecontents, -1, PREG_SPLIT_NO_EMPTY); print_r($words);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/b8C1T
function name:  (null)
number of ops:  15
compiled vars:  !0 = $filecontents, !1 = $words
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.brightmeup.info%2Fwords.txt'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'preg_split'
          5        SEND_VAL                                                 '%2F%5B%5Cs%5D%2B%2F'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 -1
          8        SEND_VAL                                                 1
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !1, $4
    6    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.71 ms | 1394 KiB | 19 Q