Searched refs:resultmode (Results 1 – 3 of 3) sorted by relevance
29 Warning: mysqli_result::__construct(): Invalid value for resultmode in %s on line %d
145 if (!stristr($content, 'Invalid value for resultmode'))146 printf("[009] Expecting warning because of invalid resultmode\n");
568 long resultmode = MYSQLI_STORE_RESULT; local570 …his(), "Os|l", &mysql_link, mysqli_link_class_entry, &query, &query_len, &resultmode) == FAILURE) {578 …if ((resultmode & ~MYSQLI_ASYNC) != MYSQLI_USE_RESULT && (resultmode & ~MYSQLI_ASYNC) != MYSQLI_ST…589 if (resultmode & MYSQLI_ASYNC) {594 mysql->async_result_fetch_type = resultmode & ~MYSQLI_ASYNC;612 switch (resultmode) {
Completed in 11 milliseconds