3v4l.org

run code in 300+ PHP versions simultaneously
<?php $queryBuilder = ValidPostingQueryBuilder::createBuilderForSelectPosting(); $subqueryBuilder = ValidPostingQueryBuilder::createBuilderForSelectMaxPostingID('subposting'); $subqueryBuilder->andWhere('posting.studio =:currentStudio') ->andWherePlaylistId($targetPlaylist->getId()) ->postingIsOn() ->playlistIsOn() ->andWherePlaylistType(\Common\Model\Entity\Playlist::PLAYLIST_STATIC) ->hasMediaOrLiveReadyInPosting();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sjiLH
function name:  (null)
number of ops:  26
compiled vars:  !0 = $queryBuilder, !1 = $subqueryBuilder, !2 = $targetPlaylist
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_STATIC_METHOD_CALL                                  'ValidPostingQueryBuilder', 'createBuilderForSelectPosting'
          1        DO_FCALL                                      0  $3      
          2        ASSIGN                                                   !0, $3
    3     3        INIT_STATIC_METHOD_CALL                                  'ValidPostingQueryBuilder', 'createBuilderForSelectMaxPostingID'
          4        SEND_VAL_EX                                              'subposting'
          5        DO_FCALL                                      0  $5      
          6        ASSIGN                                                   !1, $5
    5     7        INIT_METHOD_CALL                                         !1, 'andWhere'
          8        SEND_VAL_EX                                              'posting.studio+%3D%3AcurrentStudio'
          9        DO_FCALL                                      0  $7      
    6    10        INIT_METHOD_CALL                                         $7, 'andWherePlaylistId'
         11        INIT_METHOD_CALL                                         !2, 'getId'
         12        DO_FCALL                                      0  $8      
         13        SEND_VAR_NO_REF_EX                                       $8
         14        DO_FCALL                                      0  $9      
    7    15        INIT_METHOD_CALL                                         $9, 'postingIsOn'
         16        DO_FCALL                                      0  $10     
    8    17        INIT_METHOD_CALL                                         $10, 'playlistIsOn'
         18        DO_FCALL                                      0  $11     
    9    19        INIT_METHOD_CALL                                         $11, 'andWherePlaylistType'
         20        FETCH_CLASS_CONSTANT                             ~12     'Common%5CModel%5CEntity%5CPlaylist', 'PLAYLIST_STATIC'
         21        SEND_VAL_EX                                              ~12
         22        DO_FCALL                                      0  $13     
   10    23        INIT_METHOD_CALL                                         $13, 'hasMediaOrLiveReadyInPosting'
         24        DO_FCALL                                      0          
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.02 ms | 1394 KiB | 13 Q