3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf("mod: %f<br>bcmod: %f", (float) 3072252013 % (float) 1111, bcmod(3072252013, 1111));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TA6Kr
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'printf'
          1        SEND_VAL                                                 'mod%3A+%25f%3Cbr%3Ebcmod%3A+%25f'
    3     2        CAST                                          5  ~0      3072252013
          3        CAST                                          5  ~1      1111
          4        MOD                                              ~2      ~0, ~1
          5        SEND_VAL                                                 ~2
    4     6        INIT_FCALL_BY_NAME                                       'bcmod'
          7        SEND_VAL_EX                                              3072252013
          8        SEND_VAL_EX                                              1111
          9        DO_FCALL                                      0  $3      
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.07 ms | 1394 KiB | 18 Q