From: SVN Migration Date: Sun, 9 Jan 2005 18:15:51 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. X-Git-Tag: php-5.0.4RC1~374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18fd3229430dd52aa36455003d73f4de68350e3f;p=php This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- diff --git a/ext/mysqli/tests/skipif.inc b/ext/mysqli/tests/skipif.inc new file mode 100644 index 0000000000..68a9c7cf0e --- /dev/null +++ b/ext/mysqli/tests/skipif.inc @@ -0,0 +1,4 @@ + 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