Home
last modified time | relevance | path

Searched refs:mysqli_stmt_param_count (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_param_count.phpt2 mysqli_stmt_param_count()
16 if (!is_null($tmp = @mysqli_stmt_param_count()))
19 if (!is_null($tmp = @mysqli_stmt_param_count($link)))
27 if (false !== ($tmp = mysqli_stmt_param_count($stmt)))
37 if ($expected !== ($tmp = mysqli_stmt_param_count($stmt)))
51 if (false !== ($tmp = mysqli_stmt_param_count($stmt)))
58 if (!is_null($tmp = @mysqli_stmt_param_count()))
68 Warning: mysqli_stmt_param_count(): invalid object or resource mysqli_stmt
71 Warning: mysqli_stmt_param_count(): Couldn't fetch mysqli_stmt in %s on line %d
H A Dmysqli_class_mysqli_stmt_interface.phpt115 assert(mysqli_stmt_param_count($stmt) === $stmt->param_count);
/PHP-7.3/ext/mysqli/
H A Dmysqli_fe.h102 PHP_FUNCTION(mysqli_stmt_param_count);
H A Dmysqli_fe.c516 PHP_FE(mysqli_stmt_param_count, arginfo_mysqli_only_statement)
H A Dmysqli_api.c2151 PHP_FUNCTION(mysqli_stmt_param_count) argument

Completed in 18 milliseconds