3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf('%.10f', (float) 3215465498795121321); echo "\n"; 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/3QoXY
function name:  (null)
number of ops:  15
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        ECHO                                                     '%0A'
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAL                                                 3215465498795121321
          8        CAST                                          5  ~2      3215465498795121321
          9        SEND_VAL                                                 ~2
         10        CAST                                          5  ~3      3215465498795121321
         11        CAST                                          4  ~4      ~3
         12        SEND_VAL                                                 ~4
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.61 ms | 1398 KiB | 17 Q