Searched refs:tovals (Results 1 – 1 of 1) sorted by relevance
2250 zval tovals; in PHP_FUNCTION() local2272 object_init(&tovals); in PHP_FUNCTION()2274 add_property_string(&tovals, "mailbox", addresstmp->mailbox); in PHP_FUNCTION()2277 add_property_string(&tovals, "host", addresstmp->host); in PHP_FUNCTION()2280 add_property_string(&tovals, "personal", addresstmp->personal); in PHP_FUNCTION()2283 add_property_string(&tovals, "adl", addresstmp->adl); in PHP_FUNCTION()2285 add_next_index_object(return_value, &tovals); in PHP_FUNCTION()
Completed in 13 milliseconds