From: SVN Migration Date: Mon, 21 Jul 2003 21:47:53 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.3RC2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10bb05805196baa645a202cd0a76814ad56880a8;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/session/tests/bug24592.phpt b/ext/session/tests/bug24592.phpt new file mode 100644 index 0000000000..9f94c3bf11 --- /dev/null +++ b/ext/session/tests/bug24592.phpt @@ -0,0 +1,33 @@ +--TEST-- +Bug #24592 (crash when multiple NULL values are being stored) +--INI-- +register_globals=0 +html_errors=0 +--FILE-- + +--EXPECTF-- +Notice: Undefined index: foo in %s on line %d + +Notice: Undefined index: bar in %s on line %d +NULL +NULL +array(0) { +} +array(2) { + ["foo"]=> + NULL + ["bar"]=> + NULL +}