php3-list | 199908
Date: 08/25/99
- Next message: Andi Gutmans: "Re: [PHP3] fopen() probs"
- Previous message: Jason Brooke: "Re: [PHP3] fopen() probs"
- In reply to: Steve Edberg: "Re: [PHP3] 0 is not a result"
- Next in thread: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
No good.
<%
error_reporting(E_ALL);
function x() {
}
function x() {
}
echo "Hi";
%>
Bombs out entirely. This is the *kind* of error I am look at catching with
eval, except it doesn't work there either; It never prints "hi".
<%
error_reporting(E_ALL);
function x() {
}
<email protected> ('
function x() {
}');
echo "Hi";
%>
Sam
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP3] fopen() probs"
- Previous message: Jason Brooke: "Re: [PHP3] fopen() probs"
- In reply to: Steve Edberg: "Re: [PHP3] 0 is not a result"
- Next in thread: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

