Date: 03/21/01
- Next message: Hojtsy Gabor: "Re: [PHP-DOC] @ operator"
- Previous message: Hojtsy Gabor: "[PHP-DOC] Fw: filePro trademark"
- In reply to: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions nis.xml"
- Next in thread: Hojtsy Gabor: "Re: [PHP-DOC] @ operator"
- Reply: Hojtsy Gabor: "Re: [PHP-DOC] @ operator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Hojtsy Gabor: "Re: [PHP-DOC] @ operator"
- Previous message: Hojtsy Gabor: "[PHP-DOC] Fw: filePro trademark"
- In reply to: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions nis.xml"
- Next in thread: Hojtsy Gabor: "Re: [PHP-DOC] @ operator"
- Reply: Hojtsy Gabor: "Re: [PHP-DOC] @ operator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

