Skip navigation.
Home

Z_LVAL()

Used to get the long data contained in a zval

Z_LVAL(zval)

Parameters:

type parameter description
zval zval the zval container from which to get a long value

This will not convert the data to a long

This macro is for use on zval variables, for zval* use Z_LVAL_P and for zval** use Z_LVAL_PP

This is an alias for (zval).value.lval