summaryrefslogtreecommitdiff
path: root/devtools/swigwin-1.3.34/Lib/php4/php4init.swg
blob: b7a0fc9d44690fe6a4d17ca802db2b2f481b5871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* ------------------------------------------------------------
 * The start of the PHP initialization function 
 * ------------------------------------------------------------ */

%insert(init) "swiginit.swg"

%init %{
  SWIG_php_minit {
    SWIG_InitializeModule(0);
%}