Searched defs:Z_TYPE (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ | ||
| H A D | zend_operators.h | 434 #define Z_TYPE(zval) (zval).type macro 435 #define Z_TYPE_P(zval_p) Z_TYPE(*zval_p) 436 #define Z_TYPE_PP(zval_pp) Z_TYPE(**zval_pp) |
Completed in 2 milliseconds