3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = .000021; echo $var; echo "\n"; echo number_format($var, 5);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/J9Ytv
function name:  (null)
number of ops:  9
compiled vars:  !0 = $var
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 2.1e-5
    3     1        ECHO                                                     !0
    4     2        ECHO                                                     '%0A'
    5     3        INIT_FCALL                                               'number_format'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 5
          6        DO_ICALL                                         $2      
          7        ECHO                                                     $2
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.99 ms | 1397 KiB | 16 Q