Closed
Description
If a static file is under a directory tree where an ancestor directory has a name ending in ".php" (e.g., /root/some.php/assets/photo.jpeg
), Playground will say that the file seems like a PHP file:
And IIUC Playground will try to run such non-PHP files as PHP:
Discovered when investigating #1332.