mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Trim trailing whitespace in zend_compile.c
Introduced in 5544be7018
. Trimming to simplify
the diff of the pipe operator RFC implementation.
This commit is contained in:
parent
32c6ac9133
commit
3e37bcedf4
1 changed files with 2 additions and 2 deletions
|
@ -8361,10 +8361,10 @@ static zend_op_array *zend_compile_func_decl_ex(
|
|||
"nodiscard",
|
||||
sizeof("nodiscard")-1
|
||||
);
|
||||
|
||||
|
||||
if (nodiscard_attribute) {
|
||||
op_array->fn_flags |= ZEND_ACC_NODISCARD;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Do not leak the class scope into free standing functions, even if they are dynamically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue