3v4l.org

run code in 300+ PHP versions simultaneously
<?php 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/GEjcK
function name:  (null)
number of ops:  23
compiled vars:  !0 = $targetAppId, !1 = $targetAppSecret
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   NEW                                              $2      'FacebookRequest'
    6     1        INIT_STATIC_METHOD_CALL                                  'newAppSession'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAR_EX                                              !1
          4        DO_FCALL                                      0  $3      
          5        SEND_VAR_NO_REF_EX                                       $3
    7     6        SEND_VAL_EX                                              'GET'
    8     7        SEND_VAL_EX                                              '%2Fdebug_token'
   10     8        FETCH_THIS                                       $4      
          9        INIT_METHOD_CALL                                         $4, 'getToken'
         10        DO_FCALL                                      0  $5      
         11        INIT_ARRAY                                       ~6      $5, 'input_token'
         12        SEND_VAL_EX                                              ~6
         13        DO_FCALL                                      0          
   12    14        INIT_METHOD_CALL                                         $2, 'execute'
         15        DO_FCALL                                      0  $8      
         16        INIT_METHOD_CALL                                         $8, 'getGraphObject'
         17        INIT_STATIC_METHOD_CALL                                  'GraphSessionInfo', 'className'
         18        DO_FCALL                                      0  $9      
         19        SEND_VAR_NO_REF_EX                                       $9
         20        DO_FCALL                                      0  $10     
         21      > RETURN                                                   $10
         22*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.99 ms | 1394 KiB | 13 Q