3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range(0.93, 0.48, -0.01); echo count($a).PHP_EOL; echo min($a).PHP_EOL; //print_r($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JtEG9
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'range'
          1        SEND_VAL                                                 0.93
          2        SEND_VAL                                                 0.48
          3        SEND_VAL                                                 -0.01
          4        DO_ICALL                                         $1      
          5        ASSIGN                                                   !0, $1
    4     6        COUNT                                            ~3      !0
          7        CONCAT                                           ~4      ~3, '%0A'
          8        ECHO                                                     ~4
    5     9        INIT_FCALL                                               'min'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $5      
         12        CONCAT                                           ~6      $5, '%0A'
         13        ECHO                                                     ~6
    6    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.38 ms | 1394 KiB | 17 Q