blob: f2e19d3cb1f09492e1bc212ee5e7be1a73c366bf [file] [log] [blame]
<?php
require "tests.php";
require "autodoc.php";
// In 2.0.6 and earlier, the constant was misnamed.
if (gettype(autodoc::FUNC_CB_CALLBACK) !== 'resource') die("autodoc::FUNC_CB_CALLBACK not a resource\n");
check::done();
?>