3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://cdn.online-bouwmaterialen.nl/pdf/Orth Gipsblok Z70 450x500x70mm 1,25 Zwaar.pdf'; $url2 = 'http://cdn.online-bouwmaterialen.nl/pdf/Orth%20Gipsblok%20Z70%20450x500x70mm%201,25%20Zwaar.pdf'; if (htmlentities($url) === $url2) { echo 'goed'; } else { echo 'fout'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RB2gh
function name:  (null)
number of ops:  11
compiled vars:  !0 = $url, !1 = $url2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fcdn.online-bouwmaterialen.nl%2Fpdf%2FOrth+Gipsblok+Z70+450x500x70mm+1%2C25+Zwaar.pdf'
    4     1        ASSIGN                                                   !1, 'http%3A%2F%2Fcdn.online-bouwmaterialen.nl%2Fpdf%2FOrth%2520Gipsblok%2520Z70%2520450x500x70mm%25201%2C25%2520Zwaar.pdf'
    6     2        INIT_FCALL                                               'htmlentities'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        IS_IDENTICAL                                             !1, $4
          6      > JMPZ                                                     ~5, ->9
    8     7    >   ECHO                                                     'goed'
          8      > JMP                                                      ->10
   12     9    >   ECHO                                                     'fout'
   13    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.8 ms | 1385 KiB | 15 Q