mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[ci skip] Fix indent
This commit is contained in:
@@ -3960,7 +3960,7 @@ static bool zend_compile_call_common(znode *result, zend_ast *args_ast, zend_fun
|
||||
uint8_t opcode = opline->opcode;
|
||||
|
||||
if (opcode == ZEND_NEW) {
|
||||
zend_error_noreturn(E_COMPILE_ERROR, "Cannot create Closure for new expression");
|
||||
zend_error_noreturn(E_COMPILE_ERROR, "Cannot create Closure for new expression");
|
||||
}
|
||||
|
||||
if (opcode == ZEND_INIT_FCALL) {
|
||||
|
||||
Reference in New Issue
Block a user