3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = explode('|', $the-variable-where-the-data-is-in)[0]; echo $data;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tRqoF
function name:  (null)
number of ops:  20
compiled vars:  !0 = $data, !1 = $the
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%7C'
          2        FETCH_CONSTANT                                   ~2      'variable'
          3        SUB                                              ~3      !1, ~2
          4        FETCH_CONSTANT                                   ~4      'where'
          5        SUB                                              ~5      ~3, ~4
          6        FETCH_CONSTANT                                   ~6      'the'
          7        SUB                                              ~7      ~5, ~6
          8        FETCH_CONSTANT                                   ~8      'data'
          9        SUB                                              ~9      ~7, ~8
         10        FETCH_CONSTANT                                   ~10     'is'
         11        SUB                                              ~11     ~9, ~10
         12        FETCH_CONSTANT                                   ~12     'in'
         13        SUB                                              ~13     ~11, ~12
         14        SEND_VAL                                                 ~13
         15        DO_ICALL                                         $14     
         16        FETCH_DIM_R                                      ~15     $14, 0
         17        ASSIGN                                                   !0, ~15
    3    18        ECHO                                                     !0
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.35 ms | 1394 KiB | 15 Q