3v4l.org

run code in 300+ PHP versions simultaneously
<?php $milliseconds = 1000; var_dump($milliseconds); $conversionResult = $milliseconds * pow( 10, 6 ); var_dump($conversionResult); var_dump(PHP_INT_MAX);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gEFiP
function name:  (null)
number of ops:  17
compiled vars:  !0 = $milliseconds, !1 = $conversionResult
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1000
    4     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                                 
    5     4        INIT_FCALL                                               'pow'
          5        SEND_VAL                                                 10
          6        SEND_VAL                                                 6
          7        DO_ICALL                                         $4      
          8        MUL                                              ~5      !0, $4
          9        ASSIGN                                                   !1, ~5
    6    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
    7    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAL                                                 9223372036854775807
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.46 ms | 1394 KiB | 17 Q