Guest User

Untitled

a guest
Oct 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include "php_regals.h"
  2. #include "Regals.h"
  3.  
  4. #ifdef ZTS
  5. #include "TSRM.h"
  6. #endif
  7.  
  8. #ifdef ZTS
  9. #define REGALS_G(v) TSRMG(regals_globals_id, zend_regals_globals *, v)
  10. #else
  11. #define REGALS_G(v) (regals_globals.v)
  12. #endif
Add Comment
Please, Sign In to add comment