3v4l.org

run code in 300+ PHP versions simultaneously
<?php print "\n"; Double.toString(1000000); print "\n"; print "\n"; Double.toString(0.0000001); print "\n"; Double.toString(1000000.0001); print "\n"; print "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Vo7ih
function name:  (null)
number of ops:  25
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     '%0A'
    4     1        FETCH_CONSTANT                                   ~0      'Double'
          2        INIT_FCALL_BY_NAME                                       'toString'
          3        SEND_VAL_EX                                              1000000
          4        DO_FCALL                                      0  $1      
          5        CONCAT                                           ~2      ~0, $1
          6        FREE                                                     ~2
    5     7        ECHO                                                     '%0A'
    6     8        ECHO                                                     '%0A'
    7     9        FETCH_CONSTANT                                   ~3      'Double'
         10        INIT_FCALL_BY_NAME                                       'toString'
         11        SEND_VAL_EX                                              1.0e-7
         12        DO_FCALL                                      0  $4      
         13        CONCAT                                           ~5      ~3, $4
         14        FREE                                                     ~5
    8    15        ECHO                                                     '%0A'
    9    16        FETCH_CONSTANT                                   ~6      'Double'
         17        INIT_FCALL_BY_NAME                                       'toString'
         18        SEND_VAL_EX                                              1.0e+6
         19        DO_FCALL                                      0  $7      
         20        CONCAT                                           ~8      ~6, $7
         21        FREE                                                     ~8
   10    22        ECHO                                                     '%0A'
   11    23        ECHO                                                     '%0A'
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.58 ms | 1385 KiB | 13 Q