Searched defs:Z_LVAL (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ | ||
| H A D | zend_operators.h | 389 #define Z_LVAL(zval) (zval).value.lval macro 404 #define Z_LVAL_P(zval_p) Z_LVAL(*zval_p) 419 #define Z_LVAL_PP(zval_pp) Z_LVAL(**zval_pp) |
Completed in 3 milliseconds