For example, in the following code, what does Z_LVAL_PP(arg) followed by TSRMLS_CC mean?
zend_rsrc_list_get_rsrc_type(Z_LVAL_PP(arg) TSRMLS_CC);
大家讲道理2017-06-05 11:09:11
The ones starting with TSRM seem to be macros for thread-safe resource management