if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &flag) == FAILURE) {
return;
}
Especially what's ZEND_NUM_ARGS() TSRMLS_CC doing?
Especially what's | |||||||||||||||
feedback
|
|
This Zend article says:
| |||
|
feedback
|
|
It looks like TSRMLS_CC is a macro that might expand to nothing or it might expand to an extra argument with a comma thrown in there: http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html | |||
|
feedback
|
|
| |||
|
feedback
|