3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text= ' h ssa@@dsad олрыфвалоыварлыва / '; $d = explode('©', $text); $text = $d[0]; $text = str_replace(array("\r\n"), "", $text); $text = trim($text); echo $text ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VPf4h
function name:  (null)
number of ops:  20
compiled vars:  !0 = $text, !1 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '++++++++h+++ssa%40%40dsad+%D0%BE%D0%BB%D1%80%D1%8B%D1%84%D0%B2%D0%B0%D0%BB%D0%BE%D1%8B%D0%B2%D0%B0%D1%80%D0%BB%D1%8B%D0%B2%D0%B0++%2F++++'
    3     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%C2%A9'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    4     6        FETCH_DIM_R                                      ~5      !1, 0
          7        ASSIGN                                                   !0, ~5
    6     8        INIT_FCALL                                               'str_replace'
          9        SEND_VAL                                                 <array>
         10        SEND_VAL                                                 ''
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $7      
         13        ASSIGN                                                   !0, $7
    7    14        INIT_FCALL                                               'trim'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                         $9      
         17        ASSIGN                                                   !0, $9
    8    18        ECHO                                                     !0
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.84 ms | 1386 KiB | 19 Q