Skip to content

RFC: in operator #1121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed

RFC: in operator #1121

wants to merge 7 commits into from

Conversation

bwoebi
Copy link
Member

@bwoebi bwoebi commented Feb 26, 2015

Patch for in operator RFC:

https://wiki.php.net/rfc/in_operator

@@ -30,6 +30,8 @@
#include "zend_strtod.h"
#include "zend_exceptions.h"
#include "zend_closures.h"
#include "zend_interfaces.h"
#include "ext/spl/spl_iterators.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, I don't think include a spl/ file in Zend is a good idea...what do you need please port it into Zend

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll do that tomorrow. That's when PECL exts with a lot of helper funcs sometime get merged in (like SPL)...

@nikic
Copy link
Member

nikic commented Apr 1, 2015

Closing as RFC was declined.

@nikic nikic closed this Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants