3v4l.org

run code in 300+ PHP versions simultaneously
<?php $exif = exif_read_data('http://www.w3.org/MarkUp/Test/xhtml-print/20050519/tests/jpeg420exif.jpg'); echo $exif['Make']; echo $exif['Model'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iVOqn
function name:  (null)
number of ops:  9
compiled vars:  !0 = $exif
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'exif_read_data'
          1        SEND_VAL_EX                                              'http%3A%2F%2Fwww.w3.org%2FMarkUp%2FTest%2Fxhtml-print%2F20050519%2Ftests%2Fjpeg420exif.jpg'
          2        DO_FCALL                                      0  $1      
          3        ASSIGN                                                   !0, $1
    3     4        FETCH_DIM_R                                      ~3      !0, 'Make'
          5        ECHO                                                     ~3
    4     6        FETCH_DIM_R                                      ~4      !0, 'Model'
          7        ECHO                                                     ~4
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.55 ms | 1392 KiB | 13 Q