1
0
Fork 0

fix nested function call

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@755 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2011-04-17 07:42:45 +00:00
parent 0839ae3f60
commit b847fcba3d
1 changed files with 1 additions and 0 deletions

View File

@ -1242,6 +1242,7 @@ class Decompiler
// }}}
case XC_INIT_NS_FCALL_BY_NAME:
case XC_INIT_FCALL_BY_NAME: // {{{
array_push($EX['arg_types_stack'], array($EX['fbc'], $EX['object'], $EX['called_scope']));
if (!ZEND_ENGINE_2 && ($ext & ZEND_CTOR_CALL)) {
break;
}