mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[skip ci] Remove unclosed vim code folding
This commit is contained in:
parent
6114379ad2
commit
a4772a0c47
1 changed files with 1 additions and 1 deletions
|
@ -5037,7 +5037,7 @@ static zend_string *zend_copy_unmangled_prop_name(zend_string *prop_name)
|
|||
}
|
||||
}
|
||||
|
||||
static bool zend_compile_parent_property_hook_call(znode *result, zend_ast *ast, uint32_t type) /* {{{ */
|
||||
static bool zend_compile_parent_property_hook_call(znode *result, zend_ast *ast, uint32_t type)
|
||||
{
|
||||
ZEND_ASSERT(ast->kind == ZEND_AST_STATIC_CALL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue