Skip to content
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

proto string implode(string $separator, array $args) #16

Open
xinhaiz opened this issue Nov 10, 2014 · 1 comment
Open

proto string implode(string $separator, array $args) #16

xinhaiz opened this issue Nov 10, 2014 · 1 comment

Comments

@xinhaiz
Copy link

xinhaiz commented Nov 10, 2014

PHP_FUNCTION(taint_implode) : #L2377
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zz", &op1, &op2) == FAILURE) {
ZVAL_FALSE(return_value);
WRONG_PARAM_COUNT;
}

"zz" 和 php src "implode" 不太一样

@christopherowen
Copy link

implode can take 1 parameter, this message from php taint is incorrect:

"implode() expects exactly 2 parameters, 1 given in"

laruence added a commit that referenced this issue Jan 29, 2016
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

No branches or pull requests

2 participants