3v4l.org

run code in 300+ PHP versions simultaneously
<?php $accids = ["137264", "137262", "137260", "137258", "137256", "137254", "137252", "137250", "137248", "137246", "137244", "137242", "137240", "137238", "137236", "137234", "137232", "137230", "137228", "137226", "137224", "137222", "137220", "137218", "137216", "137214", "137212", "137210", "137208", "137206", "137204", "137202", "137200", "137198", "137196", "137194", "137192", "137190", "137188", "137186", "137184", "137182", "137180", "137178", "137176", "137174", "137172", "137170", "137168", "137166", "137164", "137162", "137160", "137158", "137156", "137154", "137152", "137150", "137148", "137146", "137144", "137142", "137140", "137138", "137136", "137134", "137132", "137130", "137128", "137126", "137124", "137122", "137120", "137118", "137116", "137114", "137112", "137110", "137108", "137106", "137104", "137102", "137100", "137098", "137096", "137094", "137092", "137090", "137088", "137086", "137084", "137082", "137080", "137078", "137076", "137074", "137072", "137070", "137068", "137066"]; foreach ($accids as $accid){ echo $accid.' is: '; echo 2 == (int)$accid % 4;echo PHP_EOL; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 11
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 11
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/rX9WY
function name:  (null)
number of ops:  13
compiled vars:  !0 = $accids, !1 = $accid
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
  105     1      > FE_RESET_R                                       $3      !0, ->11
          2    > > FE_FETCH_R                                               $3, !1, ->11
  106     3    >   CONCAT                                           ~4      !1, '+is%3A+'
          4        ECHO                                                     ~4
          5        CAST                                          4  ~5      !1
          6        MOD                                              ~6      ~5, 4
          7        IS_EQUAL                                         ~7      ~6, 2
          8        ECHO                                                     ~7
          9        ECHO                                                     '%0A'
  105    10      > JMP                                                      ->2
         11    >   FE_FREE                                                  $3
  107    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.36 ms | 1393 KiB | 13 Q