简体   繁体   中英

PHP Exit; does not work

I'm working on a client's server and am finding the strangest things..

echo 7;

does not output 7.

echo "hello";

outputs hello.

and the exit; command does not work.

He's running 5.2.13 and Apache 2.0 Handler and has the Zend handler installed...

Anyone have any clue what might be going on?

this might sound stupid, but maybe phpinfo(); could give some hints?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM