3v4l.org

run code in 300+ PHP versions simultaneously
<?php $files = array ( 0 => '.', 1 => '..', 2 => '.ftpquota', 3 => 'Ftpfxg710ehhrpx.xml', 4 => 'index.html', 5 => 'index.php', 6 => 'Logo', 7 => 'myphp', 8 => 'OnlineSlap.rar' ); shuffle($files); sort($files, SORT_FLAG_CASE | SORT_STRING); print_r($files);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/n8dBQ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $files
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   14     1        INIT_FCALL                                               'shuffle'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
   15     4        INIT_FCALL                                               'sort'
          5        SEND_REF                                                 !0
          6        SEND_VAL                                                 10
          7        DO_ICALL                                                 
   16     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.53 ms | 1005 KiB | 16 Q