Null object: Difference between revisions

no edit summary
No edit summary
Line 730:
exceptions, at least until you try to use them as defined values,
in which case they're thrown for real.
 
=={{header|PHL}}==
 
<lang phl>if (obj == null) printf("obj is null!\n");</lang>
 
=={{header|PHP}}==
Anonymous user