3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.2 ms | 998 KiB | 14 Q