Z_BVAL_PP

Z_BVAL_PP

Z_BVAL_PP -- Dereference a pointer to a zval pointer and return its lval element as bool

Description

#include <zend_operators.h>

zend_bool Z_BVAL_PP ( zval ** zval_pp )

Z_BVAL_P() returns the lval element of the zval structure indirectly pointed to by zval_pp casted to zend_bool.

Parameters

zval_pp

Pointer to a pointer to the zval structure to extract the resut value from.

Return Values

The lval element of the zval structure pointed to by the pointer pointed to by zval_pp casted to a zend_bool which is either TRUE or FALSE.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.