3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(sin('15')); @var_dump(sin('0xF')); var_dump(round('15')); var_dump(round('0xF')); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K3KW8
function name:  (null)
number of ops:  27
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'sin'
          2        SEND_VAL                                                 '15'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    3     6        BEGIN_SILENCE                                    ~2      
          7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'sin'
          9        SEND_VAL                                                 '0xF'
         10        DO_ICALL                                         $3      
         11        SEND_VAR                                                 $3
         12        DO_ICALL                                                 
         13        END_SILENCE                                              ~2
    4    14        INIT_FCALL                                               'var_dump'
         15        INIT_FCALL                                               'round'
         16        SEND_VAL                                                 '15'
         17        DO_ICALL                                         $5      
         18        SEND_VAR                                                 $5
         19        DO_ICALL                                                 
    5    20        INIT_FCALL                                               'var_dump'
         21        INIT_FCALL                                               'round'
         22        SEND_VAL                                                 '0xF'
         23        DO_ICALL                                         $7      
         24        SEND_VAR                                                 $7
         25        DO_ICALL                                                 
    6    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.85 ms | 1395 KiB | 19 Q