3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array(); $data['bonitaet_status'] = 'confirmed'; $data['billing_partner'] = 'einsAmobile GmbH'; echo (int)strpos(strtolower($data['billing_partner']), 'einsAmobile');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ilW9H
function name:  (null)
number of ops:  16
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0, 'bonitaet_status'
          2        OP_DATA                                                  'confirmed'
    4     3        ASSIGN_DIM                                               !0, 'billing_partner'
          4        OP_DATA                                                  'einsAmobile+GmbH'
    6     5        INIT_FCALL                                               'strpos'
          6        INIT_FCALL                                               'strtolower'
          7        FETCH_DIM_R                                      ~4      !0, 'billing_partner'
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                         $5      
         10        SEND_VAR                                                 $5
         11        SEND_VAL                                                 'einsAmobile'
         12        DO_ICALL                                         $6      
         13        CAST                                          4  ~7      $6
         14        ECHO                                                     ~7
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.15 ms | 1385 KiB | 17 Q