swig/Lib/php/phpinit.swg
2021-04-22 07:56:25 +12:00

11 lines
288 B
Text

/* ------------------------------------------------------------
* The start of the PHP initialization function
* ------------------------------------------------------------ */
%insert(init) "swiginit.swg"
%init %{
SWIG_php_minit {
SWIG_InitializeModule((void*)&module_number);
%}