3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text1 = array ('you', 'hello', 'WORLD'); $text2 = "Hello world"; $text2 = explode(" ", $text2); Echo str_ireplace($text2, "", implode("",$text1));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/T8o2l
function name:  (null)
number of ops:  18
compiled vars:  !0 = $text1, !1 = $text2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, 'Hello+world'
    5     2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '+'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    7     7        INIT_FCALL                                               'str_ireplace'
          8        SEND_VAR                                                 !1
          9        SEND_VAL                                                 ''
         10        INIT_FCALL                                               'implode'
         11        SEND_VAL                                                 ''
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $6      
         14        SEND_VAR                                                 $6
         15        DO_ICALL                                         $7      
         16        ECHO                                                     $7
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
292.42 ms | 1011 KiB | 16 Q