3v4l.org

run code in 500+ PHP versions simultaneously
<?php For($i=0;$i<1000;$i++){ $var ="Vanesh@abc"; echo str_replace(strstr($var, '@') , "", $var); }

Abusive script

This script was stopped while abusing our resources

Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 10, Position 2 = 2
Branch analysis from position: 10
Branch analysis from position: 2
filename:       /in/ngCG7
function name:  (null)
number of ops:  11
compiled vars:  !0 = $i, !1 = $var
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 0
          1      > JMP                                                          ->8
    3     2    >   ASSIGN                                                       !1, 'Vanesh%40abc'
    5     3        FRAMELESS_ICALL_2                strstr              ~4      !1, '%40'
          4        FRAMELESS_ICALL_3                str_replace         ~5      ~4, ''
          5        OP_DATA                                                      !1
          6        ECHO                                                         ~5
    2     7        PRE_INC                                                      !0
          8    >   IS_SMALLER                                                   !0, 1000
          9      > JMPNZ                                                        ~7, ->2
    6    10    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
183 ms | 6802 KiB | 13 Q