3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.59 ms | 1394 KiB | 19 Q