3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<'EOD' <!-- TRAJET --> <h3>Votre trajet</h2> <div class="septraf"> </div> <p><span style="text-decoration: underline;">En direction d'Orvault Grand-Val :</span><br />- Stations René Cassin et Le Cardo : prendre votre tramway sur le quai en face</p> <p><span style="text-decoration: underline;">En direction de Gare de Pont-Rousseau :</span><br />- Parcours normal</p> <p> </p> EOD; $str = str_replace('<p> </p>', '', $str); echo $str;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ptJeE
function name:  (null)
number of ops:  9
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3C%21--+TRAJET+--%3E+%3Ch3%3EVotre+trajet%3C%2Fh2%3E+%3Cdiv+class%3D%22septraf%22%3E+%3C%2Fdiv%3E+%3Cp%3E%3Cspan+style%3D%22text-decoration%3A+underline%3B%22%3EEn+direction+d%27Orvault+Grand-Val+%3A%3C%2Fspan%3E%3Cbr+%2F%3E-+Stations+Ren%C3%A9+Cassin+et+Le+Cardo+%3A+prendre+votre+tramway+sur+le+quai+en+face%3C%2Fp%3E+%3Cp%3E%3Cspan+style%3D%22text-decoration%3A+underline%3B%22%3EEn+direction+de+Gare+de+Pont-Rousseau+%3A%3C%2Fspan%3E%3Cbr+%2F%3E-+Parcours+normal%3C%2Fp%3E+%3Cp%3E+%3C%2Fp%3E'
    7     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%3Cp%3E+%3C%2Fp%3E'
          3        SEND_VAL                                                 ''
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    8     7        ECHO                                                     !0
    9     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.23 ms | 1000 KiB | 14 Q