diff --git a/reference/mysqli/mysqli_stmt/bind-param.xml b/reference/mysqli/mysqli_stmt/bind-param.xml
index ff03682a1c..25bc4cc1d7 100644
--- a/reference/mysqli/mysqli_stmt/bind-param.xml
+++ b/reference/mysqli/mysqli_stmt/bind-param.xml
@@ -36,6 +36,14 @@
mysqli_stmt_send_long_data to send the data in packets.
+
+
+ Care must be taken when using mysqli_stmt_bind_param in conjunction
+ with call_user_func_array. Note that mysqli_stmt_bind_param
+ requires parameters to be passed by reference, whereas call_user_func_array
+ can accept as a parameter a list of variables that can represent references or values.
+
+