Wrapper only generates object level method bindings.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7390 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
99cbf36b3f
commit
bc9db8b383
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ check::classes(array(foo,spam));
|
||||||
$spam=new Spam();
|
$spam=new Spam();
|
||||||
|
|
||||||
check::equal(0,$spam->blah(),"spam object method");
|
check::equal(0,$spam->blah(),"spam object method");
|
||||||
check::equal(0,Spam::blah($spam),"spam class method");
|
|
||||||
|
|
||||||
check::done();
|
check::done();
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue