php / php-src

The PHP Interpreter
https://www.php.net
Other
38.29k stars 7.76k forks source link

Yield without value in reference generator should create notice #16876

Closed Bellangelo closed 4 days ago

Bellangelo commented 5 days ago

Fixes https://github.com/php/php-src/issues/16761

nielsdos commented 5 days ago

@Bellangelo PRs should be made against the lowest supported bugfix branch. Right now this is PHP-8 2.

Bellangelo commented 4 days ago

@Bellangelo PRs should be made against the lowest supported bugfix branch. Right now this is PHP-8 2.

Thanks @nielsdos. I thought the lowest supported was PHP-8.0. My bad.

Bellangelo commented 4 days ago

Closing in favor of https://github.com/php/php-src/pull/16882