summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/005.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/005.phpt
parentf38bd95002cafb8e8b73d19b82c083d6bd5cb3e1 (diff)
downloadphp-git-192fb9095e4d9e042535bbc0f14b759f72023c98.tar.gz
changed tests (ysqli_bind_param and mysql_bind_result changes)
Diffstat (limited to 'ext/mysqli/tests/005.phpt')
-rw-r--r--ext/mysqli/tests/005.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/005.phpt b/ext/mysqli/tests/005.phpt
index 5688770fe0..982a3950f2 100644
--- a/ext/mysqli/tests/005.phpt
+++ b/ext/mysqli/tests/005.phpt
@@ -17,7 +17,7 @@ mysqli fetch char/text long
mysqli_query($link, "INSERT INTO test_bind_fetch VALUES ('1234567890', '$a')");
$stmt = mysqli_prepare($link, "SELECT * FROM test_bind_fetch");
- mysqli_bind_result($stmt, &$c1, &$c2);
+ mysqli_bind_result($stmt, $c1, $c2);
mysqli_execute($stmt);
mysqli_fetch($stmt);