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

require "tests.php";
require "callback.php";
// In 2.0.6 and earlier, the constant was misnamed.
if (gettype(callback::FOO_I_Cb_Ptr) !== 'resource') die("callback::FOO_I_Cb_Ptr not a resource\n");

check::done();
?>