3v4l.org

run code in 300+ PHP versions simultaneously
<?php $geshuffeld = str_shuffle('aefijou'); $random = substr($geshuffeld, 0, 5); echo $random;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UhSon
function name:  (null)
number of ops:  12
compiled vars:  !0 = $geshuffeld, !1 = $random
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'str_shuffle'
          1        SEND_VAL                                                 'aefijou'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'substr'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 5
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !1, $4
    5    10        ECHO                                                     !1
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.73 ms | 1394 KiB | 17 Q