File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ GH-14286 (ffi enum type (when enum has no name) make memory leak)
4
4
ffi
5
5
--SKIPIF--
6
6
<?php
7
- if (PHP_DEBUG || getenv ('SKIP_ASAN ' )) die ("xfail: FFI cleanup after parser error is nor implemented " );
7
+ if (PHP_DEBUG || getenv ('SKIP_ASAN ' )) die ("xfail: FFI cleanup after parser error is not implemented " );
8
8
?>
9
9
--INI--
10
10
ffi.enable=1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ datefmt_format_code()
3
3
--EXTENSIONS--
4
4
intl
5
5
--XFAIL--
6
- This test assumes wrong data wrt to PDT. It is also too big and needs splitting up.
6
+ This test assumes wrong data wrt PDT. It is also too big and needs splitting up.
7
7
--SKIPIF--
8
8
<?php if (version_compare (INTL_ICU_VERSION , '52.1 ' ) < 0 ) die ('skip for ICU >= 52.1 ' ); ?>
9
9
--FILE--
You can’t perform that action at this time.
0 commit comments