Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

RE: [PHP3] 0 is not a result From: Samuel Liddicott (sam <email protected>)
Date: 08/25/99

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>