3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
208.05 ms | 1394 KiB | 17 Q