3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set("precision", 20); var_dump(2.05*100); var_dump(intval(2.05*100)); var_dump(1/3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d9jRv
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'precision'
          2        SEND_VAL                                                 20
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAL                                                 205
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'var_dump'
          8        CAST                                          4  ~2      205
          9        SEND_VAL                                                 ~2
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAL                                                 0.333333
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.7 ms | 1385 KiB | 17 Q