What does TSRMLS_CC at the end of some function parameters in PHP source code mean?
淡淡烟草味
淡淡烟草味 2017-06-05 11:07:11
0
1
476

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);

淡淡烟草味
淡淡烟草味

reply all(1)
大家讲道理

The ones starting with TSRM seem to be macros for thread-safe resource management

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template