3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = 'ola [TI_TICKETS] mund'; str_replace('[TI_TICKETS]', 'ollaaa', $x); str_replace('mun', 'dodododo', $x); echo $x;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1AEWj
function name:  (null)
number of ops:  13
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'ola+%5BTI_TICKETS%5D+mund'
    4     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%5BTI_TICKETS%5D'
          3        SEND_VAL                                                 'ollaaa'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'str_replace'
          7        SEND_VAL                                                 'mun'
          8        SEND_VAL                                                 'dodododo'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    6    11        ECHO                                                     !0
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.21 ms | 1394 KiB | 15 Q