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 70b995f commit e6058a9Copy full SHA for e6058a9
src/BSON/Javascript.c
@@ -210,8 +210,6 @@ phongo_create_object_retval php_phongo_javascript_create_object(zend_class_entry
210
zend_object_std_init(&intern->std, class_type TSRMLS_CC);
211
object_properties_init(&intern->std, class_type);
212
213
- intern->document = NULL;
214
-
215
#if PHP_VERSION_ID >= 70000
216
intern->std.handlers = &php_phongo_handler_javascript;
217
0 commit comments