Skip to content

Fix stream_filter_append/prepend parameter names to match php-src#5356

Open
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:fix/stream-sync-src
Open

Fix stream_filter_append/prepend parameter names to match php-src#5356
lacatoire wants to merge 1 commit intophp:masterfrom
lacatoire:fix/stream-sync-src

Conversation

@lacatoire
Copy link
Contributor

Summary

Fix parameter names for stream filter functions to match php-src stubs:

  • stream_filter_append: $filtername$filter_name, $read_write$mode
  • stream_filter_prepend: $filtername$filter_name, $read_write$mode

Reference

- stream_filter_append: $filtername -> $filter_name, $read_write -> $mode
- stream_filter_prepend: $filtername -> $filter_name, $read_write -> $mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant