phpist

Untitled

Oct 16th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. unset($FNames); while ($f = '1.txt')
  2. { $info = pathinfo(DIR . $f);
  3. if (isset($info['extension']) && $info['extension'] == 'txt')
  4. $FNames[] = $f; }
  5.  
  6.  
  7. ( ! ) Warning: Use of undefined constant DIR - assumed 'DIR' (this will throw an Error in a future version of PHP) in /var/www/php.xxx/1/arrays/badplus.php on line 3
  8. Call Stack
  9. # Time Memory Function Location
  10. 1 0.0005 394216 {main}( ) .../badplus.php:0
  11.  
  12. ( ! ) Warning: Use of undefined constant DIR - assumed 'DIR' (this will throw an Error in a future version of PHP) in /var/www/php.xxx/1/arrays/badplus.php on line 3
  13. Call Stack
  14. # Time Memory Function Location
  15. 1 0.0005 394216 {main}( ) .../badplus.php:0
Advertisement
Add Comment
Please, Sign In to add comment