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 76e4eb6 commit ef88b80Copy full SHA for ef88b80
.travis.yml
@@ -27,5 +27,7 @@ before_script:
27
28
script:
29
- make test
30
+
31
+after_script:
32
- gcov --object-directory .libs *.c
33
- bash <(curl -s https://codecov.io/bash)
tests/034.phpt
@@ -6,6 +6,8 @@ if (!extension_loaded('msgpack')) {
6
die("skip");
7
}
8
?>
9
+--XFAIL--
10
+REGRESSION
11
--FILE--
12
<?php
13
$datas = array(
0 commit comments