diff options
Diffstat (limited to 'main/streams/php_stream_context.h')
-rw-r--r-- | main/streams/php_stream_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams/php_stream_context.h b/main/streams/php_stream_context.h index 6308a6e9f5..51dbd2de62 100644 --- a/main/streams/php_stream_context.h +++ b/main/streams/php_stream_context.h @@ -31,7 +31,7 @@ typedef void (*php_stream_notification_func)(php_stream_context *context, /* Attempt to fetch context from the zval passed, If no context was passed, use the default context - The the default context has not yet been created, do it now. */ + The default context has not yet been created, do it now. */ #define php_stream_context_from_zval(zcontext, nocontext) ( \ (zcontext) ? zend_fetch_resource(&(zcontext) TSRMLS_CC, -1, "Stream-Context", NULL, 1, php_le_stream_context(TSRMLS_C)) : \ (nocontext) ? NULL : \ |