summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/011.phpt
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2003-06-28 21:30:58 +0000
committerGeorg Richter <georg@php.net>2003-06-28 21:30:58 +0000
commit192fb9095e4d9e042535bbc0f14b759f72023c98 (patch)
treea70f223714ed09e5c6380ee4370cc504e1c127b6 /ext/mysqli/tests/011.phpt
parentf38bd95002cafb8e8b73d19b82c083d6bd5cb3e1 (diff)
downloadphp-git-192fb9095e4d9e042535bbc0f14b759f72023c98.tar.gz
changed tests (ysqli_bind_param and mysql_bind_result changes)
Diffstat (limited to 'ext/mysqli/tests/011.phpt')
-rw-r--r--ext/mysqli/tests/011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/011.phpt b/ext/mysqli/tests/011.phpt
index 1aca029294..987ec1d14a 100644
--- a/ext/mysqli/tests/011.phpt
+++ b/ext/mysqli/tests/011.phpt
@@ -23,7 +23,7 @@ precision=12
2345.6,5678.89563,
'foobar','mysql rulez')");
$stmt = mysqli_prepare($link, "SELECT * FROM test_bind_result");
- mysqli_bind_result($stmt, &$c1, &$c2, &$c3, &$c4, &$c5, &$c6, &$c7, &$c8);
+ mysqli_bind_result($stmt, $c1, $c2, $c3, $c4, $c5, $c6, $c7, $c8);
mysqli_execute($stmt);
mysqli_fetch($stmt);