mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
typo fix
This commit is contained in:
parent
99bec84027
commit
71b1c7bdb0
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ trace("Add %s to global namespace\n", name);
|
|||
if (FAILED(typ->GetFuncDesc(i, &func)))
|
||||
continue;
|
||||
|
||||
/* Look at it's type */
|
||||
/* Look at its type */
|
||||
if (func->invkind == INVOKE_PROPERTYGET
|
||||
&& VT_PTR == func->elemdescFunc.tdesc.vt
|
||||
&& VT_USERDEFINED == func->elemdescFunc.tdesc.lptdesc->vt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue