3v4l.org

run code in 300+ PHP versions simultaneously
<?php $query = $this->db->get_where('coupon_product', array('product_id' => $product['product_id']));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RIgat
function name:  (null)
number of ops:  10
compiled vars:  !0 = $query, !1 = $product
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_THIS                                       $2      
          1        FETCH_OBJ_R                                      ~3      $2, 'db'
          2        INIT_METHOD_CALL                                         ~3, 'get_where'
          3        SEND_VAL_EX                                              'coupon_product'
          4        FETCH_DIM_R                                      ~4      !1, 'product_id'
          5        INIT_ARRAY                                       ~5      ~4, 'product_id'
          6        SEND_VAL_EX                                              ~5
          7        DO_FCALL                                      0  $6      
          8        ASSIGN                                                   !0, $6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.73 ms | 1384 KiB | 13 Q