php - How to understand the 3 lines of c code? -


 if (zend_parse_parameters(zend_num_args() tsrmls_cc, "|l", &flag) == failure) {   return;  } 

especially what's zend_num_args() tsrmls_cc doing?

it looks tsrmls_cc macro might expand nothing or might expand argument comma thrown in there:

http://blog.golemon.com/2006/06/what-heck-is-tsrmlscc-anyway.html


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -