search

Home  >  Q&A  >  body text

What does TSRMLS_CC at the end of some function parameters in PHP source code mean?

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

淡淡烟草味淡淡烟草味2739 days ago480

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-06-05 11:09:11

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

    reply
    0
  • Cancelreply