Skip navigation.
Home

Z_ARRVAL()

Used to get the hash table contained in a zval

Z_ARRVAL(zval)

Returns:

HashTable*

Parameters:

type parameter description
zval zval the zval container from which to get the hash table

This will not convert the data to a hash table

This macro is for use on zval variables, for zval* use Z_ARRVAL_P and for zval** use Z_ARRVAL_PP

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