Searched refs:rv (Results 1 – 5 of 5) sorted by relevance
/ext-ds/src/php/handlers/ |
H A D | php_common_handlers.h | 18 (zend_object *obj, zval *offset, int type, zval *rv); 20 (zval *obj, zval *offset, int type, zval *rv);
|
H A D | php_common_handlers.c | 36 (zend_object *obj, zval *offset, int type, zval *rv) { argument 38 (zval *obj, zval *offset, int type, zval *rv) {
|
H A D | php_set_handlers.c | 11 (zend_object *obj, zval *offset, int type, zval *rv) { argument 14 (zval *obj, zval *offset, int type, zval *rv) {
|
H A D | php_map_handlers.c | 10 (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 D | php_pair.c | 66 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 8 milliseconds