From: SVN Migration Date: Sun, 9 Jan 2005 18:15:50 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.11RC1~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9140025206b8ee2e1ba551508d783de36a72875a;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/session/tests/bug31454.phpt b/ext/session/tests/bug31454.phpt new file mode 100644 index 0000000000..85ada11589 --- /dev/null +++ b/ext/session/tests/bug31454.phpt @@ -0,0 +1,19 @@ +--TEST-- +bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref) +--FILE-- + +--EXPECTF-- + +Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s/bug31454.php on line %d +Done