3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! print ["A", "B", "C", "D"](intval(gmdate("j")) % 4);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SObTL
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_DYNAMIC_CALL                                        <array>
          1        INIT_FCALL                                               'gmdate'
          2        SEND_VAL                                                 'j'
          3        DO_ICALL                                         $0      
          4        CAST                                          4  ~1      $0
          5        MOD                                              ~2      ~1, 4
          6        SEND_VAL_EX                                              ~2
          7        DO_FCALL                                      0  $3      
          8        ECHO                                                     $3
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.77 ms | 1393 KiB | 15 Q