Searched defs:Z_TYPE (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/Zend/ | ||
| H A D | zend_operators.h | 460 #define Z_TYPE(zval) (zval).type macro 461 #define Z_TYPE_P(zval_p) Z_TYPE(*zval_p) 462 #define Z_TYPE_PP(zval_pp) Z_TYPE(**zval_pp) |
Completed in 4 milliseconds