Skip to content

Commit 782352c

Browse files
committed
Trim trailing whitespace in *.phpt
1 parent 604d4bd commit 782352c

File tree

6,334 files changed

+17191
-17200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,334 files changed

+17191
-17200
lines changed

Zend/tests/001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var_dump(func_num_args());
4444

4545
echo "Done\n";
4646
?>
47-
--EXPECTF--
47+
--EXPECTF--
4848
int(0)
4949
int(1)
5050
Exception: Too few arguments to function test2(), 0 passed in %s001.php on line 18 and exactly 1 expected

Zend/tests/002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var_dump(func_get_arg(1));
5050

5151
echo "Done\n";
5252
?>
53-
--EXPECTF--
53+
--EXPECTF--
5454
Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
5555
bool(false)
5656

Zend/tests/003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var_dump(func_get_args());
4444

4545
echo "Done\n";
4646
?>
47-
--EXPECTF--
47+
--EXPECTF--
4848
array(0) {
4949
}
5050
array(1) {

Zend/tests/004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var_dump(strncmp("qwerty", "qwerty123", 7));
1212

1313
echo "Done\n";
1414
?>
15-
--EXPECTF--
15+
--EXPECTF--
1616
Warning: strncmp() expects exactly 3 parameters, 2 given in %s on line %d
1717
NULL
1818
int(0)

Zend/tests/005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var_dump(strcasecmp("01", "01"));
1414

1515
echo "Done\n";
1616
?>
17-
--EXPECTF--
17+
--EXPECTF--
1818
Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
1919
NULL
2020
int(0)

Zend/tests/006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var_dump(strncasecmp("01", "01", 1000));
1515

1616
echo "Done\n";
1717
?>
18-
--EXPECTF--
18+
--EXPECTF--
1919
Warning: strncasecmp() expects exactly 3 parameters, 1 given in %s on line %d
2020
NULL
2121

Zend/tests/007.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var_dump(each($a));
2121

2222
echo "Done\n";
2323
?>
24-
--EXPECTF--
24+
--EXPECTF--
2525
Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
2626
NULL
2727

Zend/tests/008.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var_dump(constant("test const"));
2323

2424
echo "Done\n";
2525
?>
26-
--EXPECTF--
26+
--EXPECTF--
2727
Warning: define() expects at least 2 parameters, 0 given in %s on line %d
2828
NULL
2929

Zend/tests/009.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $f1->testNull();
3535

3636
echo "Done\n";
3737
?>
38-
--EXPECTF--
38+
--EXPECTF--
3939
Deprecated: Non-static method foo::bar() should not be called statically in %s on line %d
4040
string(3) "foo"
4141

Zend/tests/010.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var_dump(get_parent_class(1));
4141

4242
echo "Done\n";
4343
?>
44-
--EXPECT--
44+
--EXPECT--
4545
bool(false)
4646
bool(false)
4747
string(3) "foo"

0 commit comments

Comments
 (0)