Null object: Difference between revisions

Content added Content deleted
No edit summary
Line 730: Line 730:
exceptions, at least until you try to use them as defined values,
exceptions, at least until you try to use them as defined values,
in which case they're thrown for real.
in which case they're thrown for real.

=={{header|PHL}}==

<lang phl>if (obj == null) printf("obj is null!\n");</lang>


=={{header|PHP}}==
=={{header|PHP}}==