3v4l.org

run code in 500+ PHP versions simultaneously
<?php echo 1/7; // 0.14285714285714 ini_set('precision', 2); echo 1/7; // 0.14 ini_set('precision', 200); echo 1/7; // 0.142857142857142849212692681248881854116916656494140625 (php) // 0.142857142857142857142857142857142857142857142857142857 (real) // garbage starts at 18 and stops at 54 ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N2EnC
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                         0.142857
    6     1        INIT_FCALL                                                   'ini_set'
          2        SEND_VAL                                                     'precision'
          3        SEND_VAL                                                     2
          4        DO_ICALL                                                     
    7     5        ECHO                                                         0.142857
   10     6        INIT_FCALL                                                   'ini_set'
          7        SEND_VAL                                                     'precision'
          8        SEND_VAL                                                     200
          9        DO_ICALL                                                     
   11    10        ECHO                                                         0.142857
   16    11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
140.13 ms | 1489 KiB | 14 Q