git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-10-08 13:58:50 +00:00
commit 0c3fe4acae

View file

@ -10,7 +10,7 @@
CONVERT_IN( tmp, $*1_ltype, $input );
$1 = &tmp;
} else {
SWIG_PHP_Error( E_ERROR, SWIG_PHP_Arg_Error_Msg($argnum, Excpeted a reference) );
SWIG_PHP_Error( E_ERROR, SWIG_PHP_Arg_Error_Msg($argnum, Expected a reference) );
}
}
%typemap(argout) TYPE *REF,