Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b835aaa

Browse filesBrowse files
committed
Fix deprecation error when passing null to match_type parameter
1 parent a7f51f7 commit b835aaa
Copy full SHA for b835aaa

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎redis.c‎

Copy file name to clipboardExpand all lines: redis.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2765,7 +2765,7 @@ generic_scan_cmd(INTERNAL_FUNCTION_PARAMETERS, REDIS_SCAN_TYPE type) {
27652765
} else {
27662766
// Doesn't require a key
27672767
if(zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(),
2768-
"Oz/|s!lS", &object, redis_ce, &z_iter,
2768+
"Oz/|s!lS!", &object, redis_ce, &z_iter,
27692769
&pattern, &pattern_len, &count, &match_type)
27702770
== FAILURE)
27712771
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.