3v4l.org

run code in 300+ PHP versions simultaneously
<?php $geshuffeld = str_shuffle('aevijou'); $random = ucfirst(substr($geshuffeld, 0, rand(3,7))); echo $random;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LFr8m
function name:  (null)
number of ops:  19
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                                                 'aevijou'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'ucfirst'
          5        INIT_FCALL                                               'substr'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 0
          8        INIT_FCALL                                               'rand'
          9        SEND_VAL                                                 3
         10        SEND_VAL                                                 7
         11        DO_ICALL                                         $4      
         12        SEND_VAR                                                 $4
         13        DO_ICALL                                         $5      
         14        SEND_VAR                                                 $5
         15        DO_ICALL                                         $6      
         16        ASSIGN                                                   !1, $6
    5    17        ECHO                                                     !1
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.14 ms | 1394 KiB | 21 Q