3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo var_export(fmod(920.0, 60.0), true); echo var_export(fmod(5.7, 1.3), true);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iWmbD
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_export'
          1        INIT_FCALL                                               'fmod'
          2        SEND_VAL                                                 920
          3        SEND_VAL                                                 60
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $1      
          8        ECHO                                                     $1
    4     9        INIT_FCALL                                               'var_export'
         10        INIT_FCALL                                               'fmod'
         11        SEND_VAL                                                 5.7
         12        SEND_VAL                                                 1.3
         13        DO_ICALL                                         $2      
         14        SEND_VAR                                                 $2
         15        SEND_VAL                                                 <true>
         16        DO_ICALL                                         $3      
         17        ECHO                                                     $3
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.23 ms | 1386 KiB | 17 Q