No warning or error for variable not declared
Posted: Sat May 29, 2004 8:12 am
I've another problem. A file contain just this :
This is not giving any warning or error saying that $asd is not declared. It used to before. What do I have to change in php.ini
Thanks
Code: Select all
<?php
print($asd);
?>Thanks