Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_param_count.phpt2 mysqli_stmt_param_count()
17 mysqli_stmt_param_count($stmt);
29 if ($expected !== ($tmp = mysqli_stmt_param_count($stmt)))
44 mysqli_stmt_param_count($stmt);
H A Dmysqli_class_mysqli_stmt_interface.phpt121 assert(mysqli_stmt_param_count($stmt) === $stmt->param_count);
/php-src/ext/mysqli/
H A Dmysqli.stub.php1613 function mysqli_stmt_param_count(mysqli_stmt $statement): int {}
H A Dmysqli_arginfo.h797 ZEND_FUNCTION(mysqli_stmt_param_count);
913 ZEND_FE(mysqli_stmt_param_count, arginfo_mysqli_stmt_param_count)
H A Dmysqli_api.c1530 PHP_FUNCTION(mysqli_stmt_param_count) in PHP_FUNCTION() argument

Completed in 28 milliseconds