Searched refs:mysqli_stmt_param_count (Results 1 – 5 of 5) sorted by relevance
2 mysqli_stmt_param_count()18 mysqli_stmt_param_count($stmt);30 if ($expected !== ($tmp = mysqli_stmt_param_count($stmt)))45 mysqli_stmt_param_count($stmt);
123 assert(mysqli_stmt_param_count($stmt) === $stmt->param_count);
735 function mysqli_stmt_param_count(mysqli_stmt $statement): int {} function
790 ZEND_FUNCTION(mysqli_stmt_param_count);920 ZEND_FE(mysqli_stmt_param_count, arginfo_mysqli_stmt_param_count)
2066 PHP_FUNCTION(mysqli_stmt_param_count) argument
Completed in 24 milliseconds