3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://www.uloz.to/xWhKr2PD/1956-songs-of-a-love-affair-rar'; $content = file_get_contents($url); if (preg_match('/Stáhnout/', $content)) echo 'found'; else echo 'not found';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/stotB
function name:  (null)
number of ops:  14
compiled vars:  !0 = $url, !1 = $content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.uloz.to%2FxWhKr2PD%2F1956-songs-of-a-love-affair-rar'
    3     1        INIT_FCALL                                               'file_get_contents'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    5     5        INIT_FCALL                                               'preg_match'
          6        SEND_VAL                                                 '%2FSt%C3%A1hnout%2F'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $5      
          9      > JMPZ                                                     $5, ->12
         10    >   ECHO                                                     'found'
         11      > JMP                                                      ->13
    6    12    >   ECHO                                                     'not+found'
         13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.83 ms | 1394 KiB | 17 Q