Skip to content
Advertisement

Tag: exit

die() is not stopping code from executing

the problem is in the following: on the web browser it is executing the echo after the die(). on the CLI stops on the die() and does not shows the echo as expected. My Specs: PHP 7.4 (FPM) web server Nginx (also tried with apache with the same result) Also I had a time long a test server on windows

Advertisement