From ff6f70313530e414dd1e6f899e9b41b4c01ef053 Mon Sep 17 00:00:00 2001 From: David Tajchreber Date: Mon, 16 May 2011 15:21:38 +0000 Subject: [PATCH] Doc Bug #54749 - Missing default value for last parameter of mysqli_query - added MYSQLI_STORE_RESULT as default value for resultmode in signatures http://lxr.php.net/opengrok/xref/PHP_5_3/ext/mysqli/mysqli_nonapi.c#492 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311085 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/query.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/mysqli/query.xml b/reference/mysqli/mysqli/query.xml index 71c1a29f0c..eb526dd4fe 100644 --- a/reference/mysqli/mysqli/query.xml +++ b/reference/mysqli/mysqli/query.xml @@ -13,14 +13,14 @@ mixedmysqli::query stringquery - intresultmode + intresultmodeMYSQLI_STORE_RESULT &style.procedural; mixedmysqli_query mysqlilink stringquery - intresultmode + intresultmodeMYSQLI_STORE_RESULT Performs a query against the database.