3v4l.org

run code in 500+ PHP versions simultaneously
<?php $txt = "PHP"; echo "I love $txt!"; $meter_data = file_get_contents('http://84.197.63.65/api/v1/data'); echo "$meter_data"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6gPd5
function name:  (null)
number of ops:  12
compiled vars:  !0 = $txt, !1 = $meter_data
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'PHP'
    3     1        ROPE_INIT                                         3  ~4      'I+love+'
          2        ROPE_ADD                                          1  ~4      ~4, !0
          3        ROPE_END                                          2  ~3      ~4, '%21'
          4        ECHO                                                         ~3
    5     5        INIT_FCALL                                                   'file_get_contents'
          6        SEND_VAL                                                     'http%3A%2F%2F84.197.63.65%2Fapi%2Fv1%2Fdata'
          7        DO_ICALL                                             $6      
          8        ASSIGN                                                       !1, $6
    7     9        CAST                                              6  ~8      !1
         10        ECHO                                                         ~8
    8    11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.15 ms | 1407 KiB | 14 Q