Home
last modified time | relevance | path

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

/php-src/ext/mysqli/
H A Dmysqli_api.c136 size_t types_len; in PHP_FUNCTION() local
138 …RGS(), getThis(), "Os*", &mysql_stmt, mysqli_stmt_class_entry, &types, &types_len, &args, &argc) =… in PHP_FUNCTION()
144 if (!types_len) { in PHP_FUNCTION()
149 if (types_len != (size_t) argc) { in PHP_FUNCTION()
155 if (types_len != mysql_stmt_param_count(stmt->stmt)) { in PHP_FUNCTION()

Completed in 9 milliseconds