3v4l.org

run code in 300+ PHP versions simultaneously
<?php $isFan = file_get_contents("https://api.facebook.com/method/pages.isFan?format=json&access_token=" . USER_TOKEN . "&page_id=" . FB_FANPAGE_ID);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j6t05
function name:  (null)
number of ops:  10
compiled vars:  !0 = $isFan
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        FETCH_CONSTANT                                   ~1      'USER_TOKEN'
          2        CONCAT                                           ~2      'https%3A%2F%2Fapi.facebook.com%2Fmethod%2Fpages.isFan%3Fformat%3Djson%26access_token%3D', ~1
          3        CONCAT                                           ~3      ~2, '%26page_id%3D'
          4        FETCH_CONSTANT                                   ~4      'FB_FANPAGE_ID'
          5        CONCAT                                           ~5      ~3, ~4
          6        SEND_VAL                                                 ~5
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !0, $6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.86 ms | 1394 KiB | 15 Q