Searched refs:is_temp (Results 1 – 7 of 7) sorted by relevance
/ext-ds/src/php/handlers/ |
H A D | php_priority_queue_handlers.c | 45 (zend_object *obj, int *is_temp) { argument 48 (zval *obj, int *is_temp) { 52 *is_temp = 1;
|
H A D | php_stack_handlers.c | 58 (zend_object *obj, int *is_temp) { argument 61 (zval *obj, int *is_temp) { 65 *is_temp = 1;
|
H A D | php_queue_handlers.c | 57 (zend_object *obj, int *is_temp) { argument 60 (zval *obj, int *is_temp) { 64 *is_temp = 1;
|
H A D | php_set_handlers.c | 66 (zend_object *obj, int *is_temp) { argument 69 (zval *obj, int *is_temp) { 73 *is_temp = 1;
|
H A D | php_map_handlers.c | 107 (zend_object *obj, int *is_temp) { argument 110 (zval *obj, int *is_temp) { 113 *is_temp = 1;
|
H A D | php_vector_handlers.c | 129 (zend_object *obj, int *is_temp) { argument 132 (zval *obj, int *is_temp) { 136 *is_temp = 1;
|
H A D | php_deque_handlers.c | 131 (zend_object *obj, int *is_temp) { argument 134 (zval *obj, int *is_temp) { 138 *is_temp = 1;
|
Completed in 11 milliseconds