From: Patrick Allaert Date: Fri, 4 Nov 2011 19:13:37 +0000 (+0000) Subject: Added test for #60104 X-Git-Tag: php-5.4.0RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9da01ac6b65c3ce1e2cdfe617032cf737cdc8adc;p=php Added test for #60104 --- diff --git a/ext/pdo_sqlite/tests/bug60104.phpt b/ext/pdo_sqlite/tests/bug60104.phpt new file mode 100644 index 0000000000..44ca273c12 --- /dev/null +++ b/ext/pdo_sqlite/tests/bug60104.phpt @@ -0,0 +1,23 @@ +--TEST-- +Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction()) +--XFAIL-- +see bug #60104, not fix yet +--SKIPIF-- + +--FILE-- +sqliteCreateFunction( "md5", "md5", 1 ); + unset( $handler ); +} + +setUp(); +setUp(); +echo "done"; +?> +--EXPECTF-- +done