From: Georg Richter Date: Mon, 17 Feb 2003 23:29:58 +0000 (+0000) Subject: additional tests for non freed objects X-Git-Tag: RELEASE_0_5~932 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf348326bd629e8f63ed9731881b9988e6cd8fca;p=php additional tests for non freed objects --- diff --git a/ext/mysqli/tests/050.phpt b/ext/mysqli/tests/050.phpt new file mode 100644 index 0000000000..9ab5d346f8 --- /dev/null +++ b/ext/mysqli/tests/050.phpt @@ -0,0 +1,19 @@ +--TEST-- +non freed statement test +--FILE-- + +--EXPECT-- +Ok diff --git a/ext/mysqli/tests/051.phpt b/ext/mysqli/tests/051.phpt new file mode 100644 index 0000000000..746597e925 --- /dev/null +++ b/ext/mysqli/tests/051.phpt @@ -0,0 +1,20 @@ +--TEST-- +free statement after close +--FILE-- + +--EXPECT-- +Ok diff --git a/ext/mysqli/tests/052.phpt b/ext/mysqli/tests/052.phpt new file mode 100644 index 0000000000..5682478887 --- /dev/null +++ b/ext/mysqli/tests/052.phpt @@ -0,0 +1,20 @@ +--TEST-- +call statement after close +--FILE-- + +--EXPECT-- +Ok diff --git a/ext/mysqli/tests/053.phpt b/ext/mysqli/tests/053.phpt new file mode 100644 index 0000000000..f542d0f099 --- /dev/null +++ b/ext/mysqli/tests/053.phpt @@ -0,0 +1,18 @@ +--TEST-- +not freed resultset +--FILE-- + +--EXPECT-- +Ok diff --git a/ext/mysqli/tests/054.phpt b/ext/mysqli/tests/054.phpt new file mode 100644 index 0000000000..eab207db4d --- /dev/null +++ b/ext/mysqli/tests/054.phpt @@ -0,0 +1,18 @@ +--TEST-- +free resultset after close +--FILE-- + +--EXPECT-- +Ok diff --git a/ext/mysqli/tests/055.phpt b/ext/mysqli/tests/055.phpt new file mode 100644 index 0000000000..e777bcfc99 --- /dev/null +++ b/ext/mysqli/tests/055.phpt @@ -0,0 +1,17 @@ +--TEST-- +free nothing +--FILE-- + +--EXPECT-- +Ok