summaryrefslogtreecommitdiff
path: root/node_modules/locutus/php/funchand/index.js
blob: ffc1495ecb7c4a59aa8ef01f34699b20d7ce9839 (plain) (blame)
1
2
3
4
5
6
7
8
'use strict';

module.exports['call_user_func'] = require('./call_user_func');
module.exports['call_user_func_array'] = require('./call_user_func_array');
module.exports['create_function'] = require('./create_function');
module.exports['function_exists'] = require('./function_exists');
module.exports['get_defined_functions'] = require('./get_defined_functions');
//# sourceMappingURL=index.js.map