Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 5 of 5) sorted by relevance

/ext-ds/src/php/handlers/
H A Dphp_common_handlers.h18 (zend_object *obj, zval *offset, int type, zval *rv);
20 (zval *obj, zval *offset, int type, zval *rv);
H A Dphp_common_handlers.c36 (zend_object *obj, zval *offset, int type, zval *rv) { argument
38 (zval *obj, zval *offset, int type, zval *rv) {
H A Dphp_set_handlers.c11 (zend_object *obj, zval *offset, int type, zval *rv) { argument
14 (zval *obj, zval *offset, int type, zval *rv) {
H A Dphp_map_handlers.c10 (zend_object *obj, zval *offset, int type, zval *rv) { argument
13 (zval *obj, zval *offset, int type, zval *rv) {
/ext-ds/src/php/objects/
H A Dphp_pair.c66 zval rv; in php_ds_pair_get_key() local
68 return zend_read_property(php_ds_pair_ce, (zend_object*) pair, STR_AND_LEN("key"), false, &rv); in php_ds_pair_get_key()
72 return zend_read_property(php_ds_pair_ce, &tmp, STR_AND_LEN("key"), false, &rv); in php_ds_pair_get_key()
78 zval rv; in php_ds_pair_get_value() local
80 … return zend_read_property(php_ds_pair_ce, (zend_object*) pair, STR_AND_LEN("value"), false, &rv); in php_ds_pair_get_value()
84 return zend_read_property(php_ds_pair_ce, &tmp, STR_AND_LEN("value"), false, &rv); in php_ds_pair_get_value()

Completed in 19 milliseconds