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 f8f1dcf commit 70c6c8cCopy full SHA for 70c6c8c
tests/bson/bug1598-002.phpt
@@ -3,7 +3,7 @@ PHPC-1598: BSON type get_gc should delegate to zend_std_get_properties
3
--FILE--
4
<?php
5
require_once __DIR__ . "/../utils/basic.inc";
6
-
+ini_set("error_reporting", E_ALL & ~E_DEPRECATED);
7
$tests = [
8
[ 'binary' => new MongoDB\BSON\Binary('foo', MongoDB\BSON\Binary::TYPE_GENERIC) ],
9
[ 'dbpointer' => createDBPointer(), ],
0 commit comments