We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50f18b commit 7144891Copy full SHA for 7144891
ext/uri/php_uri.c
@@ -448,7 +448,7 @@ PHP_METHOD(Uri_Rfc3986_Uri, equals)
448
ZEND_PARSE_PARAMETERS_START(1, 2)
449
Z_PARAM_OBJ_OF_CLASS(that_object, uri_rfc3986_uri_ce)
450
Z_PARAM_OPTIONAL
451
- Z_PARAM_OBJ_OF_CLASS(comparison_mode, uri_comparison_mode_ce);
+ Z_PARAM_OBJ_OF_CLASS(comparison_mode, uri_comparison_mode_ce)
452
ZEND_PARSE_PARAMETERS_END();
453
454
uri_equals(INTERNAL_FUNCTION_PARAM_PASSTHRU, that_object, comparison_mode);
0 commit comments