Skip to content

Commit 450740c

Browse files
committed
[skip ci] Fix typos in XFAIL reasons
1 parent ff69f33 commit 450740c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/ffi/tests/gh14286_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GH-14286 (ffi enum type (when enum has no name) make memory leak)
44
ffi
55
--SKIPIF--
66
<?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");
88
?>
99
--INI--
1010
ffi.enable=1

ext/intl/tests/dateformat_format_variant3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ datefmt_format_code()
33
--EXTENSIONS--
44
intl
55
--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.
77
--SKIPIF--
88
<?php if (version_compare(INTL_ICU_VERSION, '52.1') < 0) die('skip for ICU >= 52.1'); ?>
99
--FILE--

0 commit comments

Comments
 (0)