Home
last modified time | relevance | path

Searched refs:MYSQL_USE_RESULT (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dbug55582.phpt30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_use_result.phpt63 Warning: mysqli_data_seek(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_data_seek.phpt71 Warning: mysqli_data_seek(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_data_seek_oo.phpt80 Warning: mysqli_result::data_seek(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c108 #define MYSQL_USE_RESULT 0 macro
1513 if(use_store == MYSQL_USE_RESULT) {
1528 if (use_store == MYSQL_USE_RESULT) {
1569 php_mysql_do_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, MYSQL_USE_RESULT);

Completed in 12 milliseconds