just encountered a very unclear problem:
-sharp B.php
...
die("AAAA");
require_once __DIR__ . "/../public/A.php";
die("b");
...
can die () come out. I wonder if there is anything special about this package of files, because I use POSTMAN to test what happens to OK, only when writing HTTP requests in PHP. I really don"t understand how to ask for advice
