summaryrefslogtreecommitdiff
path: root/include/fastcall.h
blob: 29f274dbea2417899ed51b231bc6fa18bf9bd4ec (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 {

    Value eval(const std::string &phpCode);

}