Skip navigation.
Home

TSRMLS_D

Used to recieve a pointer to the current thread in a function definition

Generally you will use this with TSRMLS_C or TSRMLS_CC which are used to pass this info to a function

This is esentially the same as TSRMLS_DC except without the built-in preceding comma

This is an alias for void ***tsrm_ls