3v4l.org

run code in 300+ PHP versions simultaneously
<?php $targetAppId = static::_getTargetAppId($appId); $targetAppSecret = static::_getTargetAppSecret($appSecret); return (new FacebookRequest( static::newAppSession($targetAppId, $targetAppSecret), 'GET', '/debug_token', array( 'input_token' => $this->getToken(), ) ))->execute()->getGraphObject(GraphSessionInfo::className()); //this line
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A5ote
function name:  (null)
number of ops:  31
compiled vars:  !0 = $targetAppId, !1 = $appId, !2 = $targetAppSecret, !3 = $appSecret
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_STATIC_METHOD_CALL                                  '_getTargetAppId'
          1        SEND_VAR_EX                                              !1
          2        DO_FCALL                                      0  $4      
          3        ASSIGN                                                   !0, $4
    4     4        INIT_STATIC_METHOD_CALL                                  '_getTargetAppSecret'
          5        SEND_VAR_EX                                              !3
          6        DO_FCALL                                      0  $6      
          7        ASSIGN                                                   !2, $6
    5     8        NEW                                              $8      'FacebookRequest'
    6     9        INIT_STATIC_METHOD_CALL                                  'newAppSession'
         10        SEND_VAR_EX                                              !0
         11        SEND_VAR_EX                                              !2
         12        DO_FCALL                                      0  $9      
         13        SEND_VAR_NO_REF_EX                                       $9
    7    14        SEND_VAL_EX                                              'GET'
    8    15        SEND_VAL_EX                                              '%2Fdebug_token'
   10    16        FETCH_THIS                                       $10     
         17        INIT_METHOD_CALL                                         $10, 'getToken'
         18        DO_FCALL                                      0  $11     
         19        INIT_ARRAY                                       ~12     $11, 'input_token'
         20        SEND_VAL_EX                                              ~12
         21        DO_FCALL                                      0          
   12    22        INIT_METHOD_CALL                                         $8, 'execute'
         23        DO_FCALL                                      0  $14     
         24        INIT_METHOD_CALL                                         $14, 'getGraphObject'
         25        INIT_STATIC_METHOD_CALL                                  'GraphSessionInfo', 'className'
         26        DO_FCALL                                      0  $15     
         27        SEND_VAR_NO_REF_EX                                       $15
         28        DO_FCALL                                      0  $16     
         29      > RETURN                                                   $16
         30*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.03 ms | 1385 KiB | 13 Q