We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5b9b9 commit d75d52aCopy full SHA for d75d52a
ext/imap/php_imap.c
@@ -3985,7 +3985,7 @@ static int build_thread_tree(THREADNODE *top, zval **tree)
3985
3986
/* {{{ proto array imap_thread(resource stream_id [, int options])
3987
Return threaded by REFERENCES tree */
3988
-PHP_FUNCTION (imap_thread)
+PHP_FUNCTION(imap_thread)
3989
{
3990
zval **streamind, **search_flags;
3991
pils *imap_le_struct;
@@ -4025,7 +4025,7 @@ PHP_FUNCTION (imap_thread)
4025
4026
/* {{{ proto mixed imap_timeout(int timeout_type [, int timeout])
4027
Set or fetch imap timeout */
4028
-PHP_FUNCTION (imap_timeout)
+PHP_FUNCTION(imap_timeout)
4029
4030
long ttype, timeout=-1;
4031
int timeout_type;
0 commit comments