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 ddb550f commit b751c24Copy full SHA for b751c24
ext/standard/streamsfuncs.c
@@ -794,7 +794,7 @@ PHP_FUNCTION(stream_select)
794
zend_argument_value_error(4, "must be greater than or equal to 0");
795
RETURN_THROWS();
796
} else if (usec < 0) {
797
- zend_argument_value_error(4, "must be greater than or equal to 0");
+ zend_argument_value_error(5, "must be greater than or equal to 0");
798
799
}
800
0 commit comments