Skip navigation.
Home

Z_DVAL()

Used to get the double contained in a zval

Z_DVAL(zval)

Parameters:

type parameter description
zval zval the zval container from which to get a double

This will not convert the data to a double

This macro is for use on zval variables, for zval* use Z_DVAL_P and for zval** use Z_DVAL_PP

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