3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "https://connect.framaz.eu/productpdf/NL/HALLA/ELUMI/H.13-250K-1V1UEE"; $string = str_replace("?", "%3F", str_replace(".", "%2E", $string)); $no_good = array(".", ";", "+"); $string = str_replace($no_good, "", $string); var_Dump($string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nC5Go
function name:  (null)
number of ops:  23
compiled vars:  !0 = $string, !1 = $no_good
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fconnect.framaz.eu%2Fproductpdf%2FNL%2FHALLA%2FELUMI%2FH.13-250K-1V1UEE'
    5     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%3F'
          3        SEND_VAL                                                 '%253F'
          4        INIT_FCALL                                               'str_replace'
          5        SEND_VAL                                                 '.'
          6        SEND_VAL                                                 '%252E'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                         $4      
         11        ASSIGN                                                   !0, $4
    7    12        ASSIGN                                                   !1, <array>
    9    13        INIT_FCALL                                               'str_replace'
         14        SEND_VAR                                                 !1
         15        SEND_VAL                                                 ''
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $7      
         18        ASSIGN                                                   !0, $7
   11    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !0
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.6 ms | 1386 KiB | 17 Q