Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZEND_HASH_ZVAL_COPY (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Type/
H A DUserType.c78 PHP5TO7_ZEND_HASH_ZVAL_COPY(&user_type->data.udt.types, &self->data.udt.types); in PHP_METHOD()
120 PHP5TO7_ZEND_HASH_ZVAL_COPY(&user_type->data.udt.types, &self->data.udt.types); in PHP_METHOD()
150 PHP5TO7_ZEND_HASH_ZVAL_COPY(Z_ARRVAL_P(return_value), &self->data.udt.types); in PHP_METHOD()
281 PHP5TO7_ZEND_HASH_ZVAL_COPY(PHP5TO7_Z_ARRVAL_MAYBE_P(types), &self->data.udt.types); in php_driver_type_user_type_properties()
H A DTuple.c71 PHP5TO7_ZEND_HASH_ZVAL_COPY(Z_ARRVAL_P(return_value), &self->data.tuple.types); in PHP_METHOD()
176 PHP5TO7_ZEND_HASH_ZVAL_COPY(PHP5TO7_Z_ARRVAL_MAYBE_P(types), &self->data.tuple.types); in php_driver_type_tuple_properties()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h228 #define PHP5TO7_ZEND_HASH_ZVAL_COPY(dst, src) \ macro
404 #define PHP5TO7_ZEND_HASH_ZVAL_COPY(dst, src) do { \ macro