aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/callback_runme.php
blob: 7171856498ec2d24d1664f2dbffb3f0f76fe3f03 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

require "tests.php";

// In 2.0.6 and earlier, the constant was misnamed.
check::equal(gettype(callback::FOO_I_Cb_Ptr), 'object', "callback::FOO_I_Cb_Ptr not an object");

check::equal(get_class(callback::FOO_I_Cb_Ptr), 'SWIG\_p_f_int__int', "callback::FOO_I_Cb_Ptr not expected class");

check::done();