3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.09 ms | 1394 KiB | 15 Q