Searched refs:tmp_object (Results 1 – 2 of 2) sorted by relevance
277 zval tmp_object; in PHP_FUNCTION() local282 ZVAL_UNDEF(&tmp_object); in PHP_FUNCTION()299 object = &tmp_object; in PHP_FUNCTION()308 ZVAL_UNDEF(&tmp_object); in PHP_FUNCTION()313 ZVAL_OBJ_COPY(&tmp_object, arg1_obj); in PHP_FUNCTION()314 object = &tmp_object; in PHP_FUNCTION()418 zval_ptr_dtor( &tmp_object ); in PHP_FUNCTION()
2178 zval tmp_object; in php_imap_construct_list_of_addresses() local2179 object_init(&tmp_object); in php_imap_construct_list_of_addresses()2180 php_imap_construct_address_object(&tmp_object, current_address); in php_imap_construct_list_of_addresses()2181 zend_hash_next_index_insert_new(list, &tmp_object); in php_imap_construct_list_of_addresses()
Completed in 16 milliseconds