Advertisement
jargon

Weird Glitch (PCRE)

Apr 5th, 2017
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. /(?P<path>D:/xampp/htdocs/nengame/0-050j/php)(?P<pathsep>\/)(?P<mod>[^\/]+)(?P<modsep>\/)(?P<name>[^\/]+)(?P<ext>.php)/
  2.  
  3. D:/xampp/htdocs/nengame/0-050j/php/displaycase/sweg/sweg.php
  4.  
  5.  
  6. line 540:
  7.  
  8. if(preg_match('/'.$pattern.'/',$file,$matches))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement