Skip to content

Commit 4f86c34

Browse files
committed
fix typos in tests
1 parent 4db0060 commit 4f86c34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ext/standard/tests/array/bug24198.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--TEST--n
1+
--TEST--
22
Bug #24198 (array_merge_recursive() invalid recursion detection)
33
--FILE--
44
<?php

ext/standard/tests/array/bug24220.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--TEST--n
1+
--TEST--
22
Bug #24220 (range() numeric string handling)
33
--FILE--
44
<?php

ext/standard/tests/file/windows_mb_path/bug64506.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--TEST--Bug #64506
2-
PHP can not read or write file correctly if file name have special char like š
1+
--TEST--
2+
Bug #64506 - PHP can not read or write file correctly if file name have special char like š
33
--SKIPIF--
44
<?php
55
include __DIR__ . DIRECTORY_SEPARATOR . "util.inc";

0 commit comments

Comments
 (0)