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.
2 parents 787db3a + b751c24 commit 2389ac2Copy full SHA for 2389ac2
ext/standard/streamsfuncs.c
@@ -804,7 +804,7 @@ PHP_FUNCTION(stream_select)
804
zend_argument_value_error(4, "must be greater than or equal to 0");
805
RETURN_THROWS();
806
} else if (usec < 0) {
807
- 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");
808
809
}
810
0 commit comments