3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Hello, World! How are you? It looks like you\'re fine!'; $string = explode('?', $string); $string = $string[0]; echo $string; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IUi2S
function name:  (null)
number of ops:  10
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Hello%2C+World%21++How+are+you%3F++It+looks+like+you%27re+fine%21'
    3     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%3F'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    4     6        FETCH_DIM_R                                      ~4      !0, 0
          7        ASSIGN                                                   !0, ~4
    5     8        ECHO                                                     !0
    6     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.19 ms | 1394 KiB | 15 Q