From: Melvyn Sopacua Date: Sat, 26 Oct 2002 20:07:26 +0000 (+0000) Subject: Test for bug in sprintf X-Git-Tag: php-4.3.0pre2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93fcd7ea5dfe1baaabdee79260badb4ef2e483ed;p=php Test for bug in sprintf # Doesn't segfault for me, but gives a lot of garbage, so I really don't # know what the output should be. Results posted to QA --- diff --git a/ext/standard/tests/strings/bug20108.phpt b/ext/standard/tests/strings/bug20108.phpt new file mode 100644 index 0000000000..4fa4dbe0f1 --- /dev/null +++ b/ext/standard/tests/strings/bug20108.phpt @@ -0,0 +1,7 @@ +--TEST-- +Segfault on prinft statement Bug #20108 +--SKIPIF-- +--FILE-- + +--EXPECT-- +I have no idea yet :)