Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZVAL_IS_UNDEF_P (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dtypes.c672 if (!PHP5TO7_ZVAL_IS_UNDEF_P(key_type)) { in php_driver_type_map()
677 if (!PHP5TO7_ZVAL_IS_UNDEF_P(value_type)) { in php_driver_type_map()
726 if (!PHP5TO7_ZVAL_IS_UNDEF_P(value_type)) { in php_driver_type_set()
769 if (!PHP5TO7_ZVAL_IS_UNDEF_P(value_type)) { in php_driver_type_collection()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h239 #define PHP5TO7_ZVAL_IS_UNDEF_P(zv) Z_ISUNDEF_P(zv) macro
422 #define PHP5TO7_ZVAL_IS_UNDEF_P(zv) ((zv) == NULL) macro