From: SVN Migration Date: Mon, 24 Jan 2005 14:19:55 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. X-Git-Tag: php-5.0.4RC1~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee1569d310ba99737ff9992c1b99eb5e0cf7eb04;p=php This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- diff --git a/ext/sysvmsg/tests/002.phpt b/ext/sysvmsg/tests/002.phpt new file mode 100644 index 0000000000..b947f2689a --- /dev/null +++ b/ext/sysvmsg/tests/002.phpt @@ -0,0 +1,19 @@ +--TEST-- +msg_recieve() should return false when unserialize() failed +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Warning: msg_receive(): message corrupted in %s002.php on line %d +bool(false) +Done