Skip to content

Commit e7c35a8

Browse files
committed
Remove trailing new line in tests
1 parent c9c2ae9 commit e7c35a8

12 files changed

+0
-12
lines changed

Zend/tests/partial_application/compile_errors_001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ foo(..., ...);
66
?>
77
--EXPECTF--
88
Fatal error: Variadic placeholder may only appear once in %s on line %d
9-

Zend/tests/partial_application/compile_errors_002.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ foo(..., ?);
66
?>
77
--EXPECTF--
88
Fatal error: Only named arguments may follow variadic placeholder in %s on line %d
9-

Zend/tests/partial_application/compile_errors_003.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ foo(n: 5, ?);
66
?>
77
--EXPECTF--
88
Fatal error: Cannot use positional argument after named argument in %s on line %d
9-

Zend/tests/partial_application/compile_errors_005.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ foo(..., $a);
66
?>
77
--EXPECTF--
88
Fatal error: Only named arguments may follow variadic placeholder in %s on line %d
9-

Zend/tests/partial_application/compile_errors_006.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ foo(...["foo" => "bar"], ...);
66
?>
77
--EXPECTF--
88
Fatal error: Cannot combine partial application and unpacking in %s on line %d
9-

Zend/tests/partial_application/compile_errors_007.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ foo(..., ...["foo" => "bar"]);
66
?>
77
--EXPECTF--
88
Fatal error: Cannot combine partial application and unpacking %s on line %d
9-

Zend/tests/partial_application/errors_002.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ try {
1414
?>
1515
--EXPECT--
1616
Named parameter $a overwrites previous placeholder
17-

Zend/tests/partial_application/extra_collect_001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ array(2) {
4747
["bar"]=>
4848
string(3) "bar"
4949
}
50-

Zend/tests/partial_application/magic_001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ Foo::method
7777
object(Foo)#%d (0) {
7878
}
7979
int(100)
80-

Zend/tests/partial_application/this_001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ var_dump($baz());
1919
--EXPECTF--
2020
object(Foo)#%d (0) {
2121
}
22-

0 commit comments

Comments
 (0)