3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 3.5 % 4, PHP_EOL; echo 3.5 % 4.0, PHP_EOL; echo fmod(3.5, 4.0), PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YTZ0o
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ECHO                                                     3
          1        ECHO                                                     '%0A'
    5     2        ECHO                                                     3
          3        ECHO                                                     '%0A'
    6     4        INIT_FCALL                                               'fmod'
          5        SEND_VAL                                                 3.5
          6        SEND_VAL                                                 4
          7        DO_ICALL                                         $0      
          8        ECHO                                                     $0
          9        ECHO                                                     '%0A'
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.68 ms | 1394 KiB | 15 Q