3v4l.org

run code in 300+ PHP versions simultaneously
<html> <body> <?php $arrays = array("generate "," unique "," to "," numbers "," within "," a "); $arrays_1 = array_map('strlen', $my_array); echo "The shortest array length is " . min($arrays_1) . ". The longest array length is " . max($arrays_1).'.'; ?> </html> </body>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/khf82
function name:  (null)
number of ops:  20
compiled vars:  !0 = $arrays, !1 = $arrays_1, !2 = $my_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ECHO                                                     '%3Chtml%3E%0A%3Cbody%3E%0A'
    4     1        ASSIGN                                                   !0, <array>
    5     2        INIT_FCALL                                               'array_map'
          3        SEND_VAL                                                 'strlen'
          4        SEND_VAR                                                 !2
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    6     7        INIT_FCALL                                               'min'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        CONCAT                                           ~7      'The+shortest+array+length++is+', $6
    7    11        CONCAT                                           ~8      ~7, '.+The+longest+array+length+is+'
         12        INIT_FCALL                                               'max'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $9      
         15        CONCAT                                           ~10     ~8, $9
         16        CONCAT                                           ~11     ~10, '.'
         17        ECHO                                                     ~11
    8    18        ECHO                                                     '++%0A%3C%2Fhtml%3E%0A%3C%2Fbody%3E'
   10    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.32 ms | 1395 KiB | 19 Q