3v4l.org

run code in 300+ PHP versions simultaneously
<?php $productOptionValue = array(); $productOptionValue['parent_product_option_value_row_numbers'] = 5; echo ($productOptionValue['parent_product_option_value_row_numbers'] ?? "DEFAULT"); echo ($productOptionValue['parent_product_option_value_row_numbersaaaa'] ?? "DEFAULT2");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lr95c
function name:  (null)
number of ops:  12
compiled vars:  !0 = $productOptionValue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN_DIM                                               !0, 'parent_product_option_value_row_numbers'
          2        OP_DATA                                                  5
    6     3        FETCH_DIM_IS                                     ~3      !0, 'parent_product_option_value_row_numbers'
          4        COALESCE                                         ~4      ~3
          5        QM_ASSIGN                                        ~4      'DEFAULT'
          6        ECHO                                                     ~4
    7     7        FETCH_DIM_IS                                     ~5      !0, 'parent_product_option_value_row_numbersaaaa'
          8        COALESCE                                         ~6      ~5
          9        QM_ASSIGN                                        ~6      'DEFAULT2'
         10        ECHO                                                     ~6
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.37 ms | 1393 KiB | 13 Q