[PHP] Update warnings about clashes between identifiers and PHP
keywords and automatic renaming to work with the PHP5 class wrappers. Fixes SF#1613679. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11460 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0fa227ea83
commit
c321421bc5
8 changed files with 20 additions and 24 deletions
|
|
@ -35,7 +35,9 @@ namespace std
|
|||
{
|
||||
typedef complex None;
|
||||
|
||||
#ifndef SWIGPHP // clone() *is* an invalid method name in PHP.
|
||||
A* clone(int) { return NULL; }
|
||||
#endif
|
||||
|
||||
virtual ~A() {}
|
||||
virtual int func() = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue