Hi all,

I noticed that the "@" operator works also on variables.

<?php
error_reporting(E_ALL);
print @$not_defined_variables
print "<hr>"; // just for the sight
print $not_defined_variables

?>

Did I mentionned something knew from long?
If not, I'll add this in the doc tomorow.

Bye.
Damien Seguy

Reply via email to