3v4l.org

run code in 300+ PHP versions simultaneously
<?php $paymentoptionArr = explode('_', 'NB_ALLB'); echo $payment_method = array_shift($paymentoptionArr)."<br />" ; echo $bank_code = array_shift($paymentoptionArr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jaCrX
function name:  (null)
number of ops:  17
compiled vars:  !0 = $paymentoptionArr, !1 = $payment_method, !2 = $bank_code
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '_'
          2        SEND_VAL                                                 'NB_ALLB'
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    3     5        INIT_FCALL                                               'array_shift'
          6        SEND_REF                                                 !0
          7        DO_ICALL                                         $5      
          8        CONCAT                                           ~6      $5, '%3Cbr+%2F%3E'
          9        ASSIGN                                           ~7      !1, ~6
         10        ECHO                                                     ~7
    4    11        INIT_FCALL                                               'array_shift'
         12        SEND_REF                                                 !0
         13        DO_ICALL                                         $8      
         14        ASSIGN                                           ~9      !2, $8
         15        ECHO                                                     ~9
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
195.73 ms | 1394 KiB | 17 Q