3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = 'email|emailIsAlreadyInUse'; $value2 = 'email'; var_dump([ explode('|', $value), explode('|', $value2), ]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/I1XiS
function name:  (null)
number of ops:  16
compiled vars:  !0 = $value, !1 = $value2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'email%7CemailIsAlreadyInUse'
    3     1        ASSIGN                                                   !1, 'email'
    4     2        INIT_FCALL                                               'var_dump'
    5     3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '%7C'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        INIT_ARRAY                                       ~5      $4
    6     8        INIT_FCALL                                               'explode'
          9        SEND_VAL                                                 '%7C'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $6      
         12        ADD_ARRAY_ELEMENT                                ~5      $6
         13        SEND_VAL                                                 ~5
         14        DO_ICALL                                                 
    7    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.77 ms | 1398 KiB | 17 Q