3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo floor(crc32(strtolower('TVLand')) % 20); echo ' vs. '; echo floor(crc32(strtolower('tvland')) % 20);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/KIdNC
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'floor'
          1        INIT_FCALL                                               'crc32'
          2        INIT_FCALL                                               'strtolower'
          3        SEND_VAL                                                 'TVLand'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $1      
          7        MOD                                              ~2      $1, 20
          8        SEND_VAL                                                 ~2
          9        DO_ICALL                                         $3      
         10        ECHO                                                     $3
         11        ECHO                                                     '+vs.+'
         12        INIT_FCALL                                               'floor'
         13        INIT_FCALL                                               'crc32'
         14        INIT_FCALL                                               'strtolower'
         15        SEND_VAL                                                 'tvland'
         16        DO_ICALL                                         $4      
         17        SEND_VAR                                                 $4
         18        DO_ICALL                                         $5      
         19        MOD                                              ~6      $5, 20
         20        SEND_VAL                                                 ~6
         21        DO_ICALL                                         $7      
         22        ECHO                                                     $7
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.06 ms | 1395 KiB | 19 Q