3v4l.org

run code in 300+ PHP versions simultaneously
<?php parse_str('price-entries[-1][price-entry-meal-id-custom-field]=538&price-entries[-1][price-entry-number-of-adults-custom-field]=1&price-entries[-1][price-entry-number-of-children-custom-field]=1&price-entries[-1][price-entry-child-max-age-custom-field]=&price-entries[-1][price-entry-season-id-custom-field]=534&price-entries[-1][price-entry-price-custom-field]=&price-entries[-1][price-entry-hotel-id-custom-field]=52670&price-entries[-1][price-entry-room-id-custom-field]=52692', $x); parse_str('price-entries[-2][price-entry-meal-id-custom-field]=538&price-entries[-2][price-entry-number-of-adults-custom-field]=2&price-entries[-2][price-entry-number-of-children-custom-field]=&price-entries[-2][price-entry-child-max-age-custom-field]=&price-entries[-2][price-entry-season-id-custom-field]=534&price-entries[-2][price-entry-price-custom-field]=&price-entries[-2][price-entry-hotel-id-custom-field]=52670&price-entries[-2][price-entry-room-id-custom-field]=52692', $y); $z= array_merge($x, $y); var_dump($x, $y);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vjbos
function name:  (null)
number of ops:  18
compiled vars:  !0 = $x, !1 = $y, !2 = $z
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_str'
          1        SEND_VAL                                                 'price-entries%5B-1%5D%5Bprice-entry-meal-id-custom-field%5D%3D538%26price-entries%5B-1%5D%5Bprice-entry-number-of-adults-custom-field%5D%3D1%26price-entries%5B-1%5D%5Bprice-entry-number-of-children-custom-field%5D%3D1%26price-entries%5B-1%5D%5Bprice-entry-child-max-age-custom-field%5D%3D%26price-entries%5B-1%5D%5Bprice-entry-season-id-custom-field%5D%3D534%26price-entries%5B-1%5D%5Bprice-entry-price-custom-field%5D%3D%26price-entries%5B-1%5D%5Bprice-entry-hotel-id-custom-field%5D%3D52670%26price-entries%5B-1%5D%5Bprice-entry-room-id-custom-field%5D%3D52692'
          2        SEND_REF                                                 !0
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'parse_str'
          5        SEND_VAL                                                 'price-entries%5B-2%5D%5Bprice-entry-meal-id-custom-field%5D%3D538%26price-entries%5B-2%5D%5Bprice-entry-number-of-adults-custom-field%5D%3D2%26price-entries%5B-2%5D%5Bprice-entry-number-of-children-custom-field%5D%3D%26price-entries%5B-2%5D%5Bprice-entry-child-max-age-custom-field%5D%3D%26price-entries%5B-2%5D%5Bprice-entry-season-id-custom-field%5D%3D534%26price-entries%5B-2%5D%5Bprice-entry-price-custom-field%5D%3D%26price-entries%5B-2%5D%5Bprice-entry-hotel-id-custom-field%5D%3D52670%26price-entries%5B-2%5D%5Bprice-entry-room-id-custom-field%5D%3D52692'
          6        SEND_REF                                                 !1
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'array_merge'
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $5      
         12        ASSIGN                                                   !2, $5
    8    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.23 ms | 1395 KiB | 19 Q