3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ometa = Array(); $ometa['og:title'] = 'Article Title'; $ometa['og:type'] = 'article'; $ometa['og:description'] = 'description'; $ometa['og:image'] = 'image0'; $ometa['og:image'] = 'image1'; var_dump($ometa);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Wlrjq
function name:  (null)
number of ops:  15
compiled vars:  !0 = $ometa
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0, 'og%3Atitle'
          2        OP_DATA                                                  'Article+Title'
    4     3        ASSIGN_DIM                                               !0, 'og%3Atype'
          4        OP_DATA                                                  'article'
    5     5        ASSIGN_DIM                                               !0, 'og%3Adescription'
          6        OP_DATA                                                  'description'
    6     7        ASSIGN_DIM                                               !0, 'og%3Aimage'
          8        OP_DATA                                                  'image0'
    7     9        ASSIGN_DIM                                               !0, 'og%3Aimage'
         10        OP_DATA                                                  'image1'
    8    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.66 ms | 1394 KiB | 15 Q