3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 'lkjljk'; $test1 = false; $pickpoint2['city_name'] == ($pickpoint2['city_name']) ?? false; echo($pickpoint2['city_name'] );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Vrg6k
function name:  (null)
number of ops:  11
compiled vars:  !0 = $test, !1 = $test1, !2 = $pickpoint2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'lkjljk'
    3     1        ASSIGN                                                   !1, <false>
    4     2        FETCH_DIM_R                                      ~5      !2, 'city_name'
          3        FETCH_DIM_R                                      ~6      !2, 'city_name'
          4        IS_EQUAL                                         ~7      ~5, ~6
          5        COALESCE                                         ~8      ~7
          6        QM_ASSIGN                                        ~8      <false>
          7        FREE                                                     ~8
    5     8        FETCH_DIM_R                                      ~9      !2, 'city_name'
          9        ECHO                                                     ~9
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.68 ms | 1392 KiB | 13 Q