Searched refs:mysqli_stmt_param_count (Results 1 – 5 of 5) sorted by relevance
2 mysqli_stmt_param_count()19 mysqli_stmt_param_count($stmt);31 if ($expected !== ($tmp = mysqli_stmt_param_count($stmt)))46 mysqli_stmt_param_count($stmt);
124 assert(mysqli_stmt_param_count($stmt) === $stmt->param_count);
1033 function mysqli_stmt_param_count(mysqli_stmt $statement): int {} function
825 ZEND_FUNCTION(mysqli_stmt_param_count);953 ZEND_FE(mysqli_stmt_param_count, arginfo_mysqli_stmt_param_count)
2117 PHP_FUNCTION(mysqli_stmt_param_count) argument
Completed in 38 milliseconds