1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/testing/php85-pecl-igbinary/fix-test.patch
2025-07-02 18:57:58 +00:00

11 lines
357 B
Diff

--- a/tests/igbinary_009b_php8.phpt
+++ b/tests/igbinary_009b_php8.phpt
@@ -12,7 +12,7 @@
pcre.jit=0
--FILE--
<?php
-error_reporting(E_ALL|E_STRICT);
+error_reporting(E_ALL);
// Verify that $type[0] is the same zval as $type[0][0][0], but different from $type[0]
function test_cyclic2($type, $variable) {
$serialized = igbinary_serialize($variable);