[Devel] null != null

Juha Heinanen jh at tutpro.com
Mon Jun 11 18:34:42 CEST 2007


Juha Heinanen writes:

here is a proof of a third one which i have suspected already earlier.

-- juha

statements

	$var(test) = null;
	$avp(s:test) = null;
	if ($var(test) != $avp(s:test)) {
		xlog("L_INFO", "$var(test) != $avp(s:test)\n");
	};

produce

0 != <null>



More information about the Devel mailing list