3v4l.org

run code in 500+ 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.5.0


preferences:
155.77 ms | 1710 KiB | 10 Q