3v4l.org

run code in 300+ PHP versions simultaneously
<?php $matches = null; if (!empty($this->getTeams())) { $matches = $this->getMatches($this->getStartDate(), $this->getEndDate(), 2, $orderBy); $this->awaymatches = $matches; } return $matches;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 24
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
filename:       /in/b0bTb
function name:  (null)
number of ops:  26
compiled vars:  !0 = $matches, !1 = $orderBy
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, null
    4     1        FETCH_THIS                                       $3      
          2        INIT_METHOD_CALL                                         $3, 'getTeams'
          3        DO_FCALL                                      0  $4      
          4        BOOL_NOT                                         ~5      $4
          5        BOOL_NOT                                         ~6      ~5
          6      > JMPZ                                                     ~6, ->24
    6     7    >   FETCH_THIS                                       $7      
          8        INIT_METHOD_CALL                                         $7, 'getMatches'
          9        FETCH_THIS                                       $8      
         10        INIT_METHOD_CALL                                         $8, 'getStartDate'
         11        DO_FCALL                                      0  $9      
         12        SEND_VAR_NO_REF_EX                                       $9
         13        FETCH_THIS                                       $10     
         14        INIT_METHOD_CALL                                         $10, 'getEndDate'
         15        DO_FCALL                                      0  $11     
         16        SEND_VAR_NO_REF_EX                                       $11
         17        SEND_VAL_EX                                              2
         18        SEND_VAR_EX                                              !1
         19        DO_FCALL                                      0  $12     
         20        ASSIGN                                                   !0, $12
    7    21        FETCH_THIS                                       $14     
         22        ASSIGN_OBJ                                               $14, 'awaymatches'
         23        OP_DATA                                                  !0
    9    24    > > RETURN                                                   !0
         25*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.61 ms | 1394 KiB | 13 Q