Skip navigation.
Home

Z_OBJVAL()

Used to get a zend_object_value contained in a zval

Z_OBJVAL(zval)

Returns:

zend_object_value*

Parameters:

type parameter description
zval zval the zval container from which to get the zend_object_value

This will not convert the data to an object

This macro is for use on zval variables, for zval* use Z_OBJVAL_P and for zval** use Z_OBJVAL_PP

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