[PHP] Update the list of PHP keywords - "cfunction" is no longer a
keyword in PHP5 and PHP 5.3 added "goto", "namespace", "__DIR__", and "__NAMESPACE__". git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11368 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
722b035705
commit
949ea9b580
3 changed files with 53 additions and 39 deletions
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) Namespace::enum1;
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) Namespace::enum2;
|
||||
#ifdef SWIGPHP
|
||||
%warnfilter(SWIGWARN_PARSE_KEYWORD) Namespace;
|
||||
#endif
|
||||
|
||||
// Tests SWIG's automatic exception mechanism
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue