3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://kb.newtechvs.com/wp-login.php?redirect_to=http%3A%2F%2Fkb.newtechvs.com%2Fwp-content%2Fplugins%2Fsaml-20-single-sign-on%2Fsaml%2Fwww%2Fmodule.php%2Fsaml%2Fsp%2Fsaml2-acs.php%2F1"; $url2 = "http://kb.newtechvs.com/wp-content/plugins/saml-20-single-sign-on/saml/www/module.php/saml/sp/saml2-acs.php/1"; echo $url; echo "\n"; if(strpos($url, "/wp-content/plugins/saml-20-single-sign-on/saml/www/module.php") !== false) { echo "1match"; exit(); } else { echo "1no match"; exit(); } if(strpos($url2, "/wp-content/plugins/saml-20-single-sign-on/saml/www/module.php") !== false) { echo "2match"; exit(); } else { echo "2no match"; exit(); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 13
Branch analysis from position: 10
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/eqIUE
function name:  (null)
number of ops:  27
compiled vars:  !0 = $url, !1 = $url2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fkb.newtechvs.com%2Fwp-login.php%3Fredirect_to%3Dhttp%253A%252F%252Fkb.newtechvs.com%252Fwp-content%252Fplugins%252Fsaml-20-single-sign-on%252Fsaml%252Fwww%252Fmodule.php%252Fsaml%252Fsp%252Fsaml2-acs.php%252F1'
    5     1        ASSIGN                                                   !1, 'http%3A%2F%2Fkb.newtechvs.com%2Fwp-content%2Fplugins%2Fsaml-20-single-sign-on%2Fsaml%2Fwww%2Fmodule.php%2Fsaml%2Fsp%2Fsaml2-acs.php%2F1'
    7     2        ECHO                                                     !0
    8     3        ECHO                                                     '%0A'
   10     4        INIT_FCALL                                               'strpos'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 '%2Fwp-content%2Fplugins%2Fsaml-20-single-sign-on%2Fsaml%2Fwww%2Fmodule.php'
          7        DO_ICALL                                         $4      
          8        TYPE_CHECK                                  1018          $4
          9      > JMPZ                                                     ~5, ->13
   11    10    >   ECHO                                                     '1match'
         11      > EXIT                                                     
   10    12*       JMP                                                      ->15
   13    13    >   ECHO                                                     '1no+match'
         14      > EXIT                                                     
   16    15*       INIT_FCALL                                               'strpos'
         16*       SEND_VAR                                                 !1
         17*       SEND_VAL                                                 '%2Fwp-content%2Fplugins%2Fsaml-20-single-sign-on%2Fsaml%2Fwww%2Fmodule.php'
         18*       DO_ICALL                                         $6      
         19*       TYPE_CHECK                                  1018          $6
         20*       JMPZ                                                     ~7, ->24
   17    21*       ECHO                                                     '2match'
         22*       EXIT                                                     
   16    23*       JMP                                                      ->26
   19    24*       ECHO                                                     '2no+match'
         25*       EXIT                                                     
   20    26*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.33 ms | 1011 KiB | 14 Q