3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
410.41 ms | 1394 KiB | 18 Q