Skip to content

Commit 26629a8

Browse files
committed
Whitespace fixes.
1 parent 8957cdd commit 26629a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Zend/tests/pipe_operator/call_by_ref.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ try {
3434
?>
3535
--EXPECTF--
3636
_modify(): Argument #1 ($a) could not be passed by reference
37-
_append(): Argument #1 ($a) could not be passed by reference
37+
_append(): Argument #1 ($a) could not be passed by reference

Zend/tests/pipe_operator/void_return.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ catch (Throwable $e) {
1818

1919
?>
2020
--EXPECT--
21-
TypeError: strlen(): Argument #1 ($string) must be of type string, null given
21+
TypeError: strlen(): Argument #1 ($string) must be of type string, null given

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11631,7 +11631,7 @@ static void zend_compile_expr_inner(znode *result, zend_ast *ast) /* {{{ */
1163111631
return;
1163211632
case ZEND_AST_PIPE:
1163311633
zend_compile_pipe(result, ast);
11634-
return;
11634+
return;
1163511635
default:
1163611636
ZEND_ASSERT(0 /* not supported */);
1163711637
}

0 commit comments

Comments
 (0)