Skip to content

Commit 70c6c8c

Browse files
committed
Small fix
1 parent f8f1dcf commit 70c6c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bson/bug1598-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PHPC-1598: BSON type get_gc should delegate to zend_std_get_properties
33
--FILE--
44
<?php
55
require_once __DIR__ . "/../utils/basic.inc";
6-
6+
ini_set("error_reporting", E_ALL & ~E_DEPRECATED);
77
$tests = [
88
[ 'binary' => new MongoDB\BSON\Binary('foo', MongoDB\BSON\Binary::TYPE_GENERIC) ],
99
[ 'dbpointer' => createDBPointer(), ],

0 commit comments

Comments
 (0)