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/6MAR5
function name:  (null)
number of ops:  10
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+2.85%0A'
    7     6        CONCAT                                           ~3      'number+is++', !0
          7        CONCAT                                           ~4      ~3, '%0A'
          8        ECHO                                                     ~4
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.61 ms | 998 KiB | 14 Q