summaryrefslogtreecommitdiff
path: root/include/fastcall.h
blob: a5a8e1c45abb0a57eb6e5efd22ec48d68bd690bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 *  fastcall.h
 *
 *  This file holds some PHP functions implementation in C directly.
 *
 */

namespace Php {

    bool class_exists(const std::string &classname, bool autoload = true);

}