Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c320 size_t types_len; in PHP_FUNCTION() local
322 …RGS(), getThis(), "Os*", &mysql_stmt, mysqli_stmt_class_entry, &types, &types_len, &args, &argc) =… in PHP_FUNCTION()
328 if (!types_len) { in PHP_FUNCTION()
333 if (types_len != (size_t) argc) { in PHP_FUNCTION()
339 if (types_len != mysql_stmt_param_count(stmt->stmt)) { in PHP_FUNCTION()

Completed in 9 milliseconds