Searched refs:mysqli_data_seek (Results 1 – 9 of 9) sorted by relevance
/PHP-8.4/ext/mysqli/tests/ |
H A D | mysqli_data_seek.phpt | 2 mysqli_data_seek() 15 if (true !== ($tmp = mysqli_data_seek($res, 3))) 22 if (true !== ($tmp = mysqli_data_seek($res, 0))) 29 if (false !== ($tmp = mysqli_data_seek($res, 4))) 33 mysqli_data_seek($res, -1); 44 var_dump(mysqli_data_seek($res, 3)); 52 mysqli_data_seek($res, 1); 66 mysqli_data_seek(): Argument #2 ($offset) must be greater than or equal to 0 67 mysqli_data_seek() cannot be used in MYSQLI_USE_RESULT mode
|
H A D | mysqli_use_result.phpt | 21 var_dump(mysqli_data_seek($res, 2)); 38 if (false !== ($tmp = mysqli_data_seek($res, 1))) 57 mysqli_data_seek() cannot be used in MYSQLI_USE_RESULT mode
|
H A D | mysqli_stmt_get_result_seek.phpt | 74 $tmp = @mysqli_data_seek($res, $pos); 91 if (true !== ($tmp = mysqli_data_seek($res, 0))) 100 mysqli_data_seek($res, 0); 114 mysqli_data_seek($res, 0);
|
H A D | mysqli_store_result.phpt | 20 if (true !== ($tmp = mysqli_data_seek($res, 2))) 36 if (false !== ($tmp = mysqli_data_seek($res, 1)))
|
H A D | mysqli_store_result_buffered_c.phpt | 20 if (true !== ($tmp = mysqli_data_seek($res, 2)))
|
H A D | mysqli_result_references.phpt | 33 mysqli_data_seek($res, 0);
|
/PHP-8.4/ext/mysqli/ |
H A D | mysqli.stub.php | 1366 function mysqli_data_seek(mysqli_result $result, int $offset): bool {}
|
H A D | mysqli_arginfo.h | 720 ZEND_FUNCTION(mysqli_data_seek); 833 ZEND_FE(mysqli_data_seek, arginfo_mysqli_data_seek)
|
H A D | mysqli_api.c | 312 PHP_FUNCTION(mysqli_data_seek) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds