summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_arginfo.h
blob: 1dda2fd42ace220f6d15357bf875163a8e22da8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* This is a generated file, edit the .stub.php file instead.
 * Stub hash: 5f8d0ae7732bdca8c60638021c4368f55d62826f */

ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pdo_drivers, 0, 0, IS_ARRAY, 0)
ZEND_END_ARG_INFO()


ZEND_FUNCTION(pdo_drivers);


static const zend_function_entry ext_functions[] = {
	ZEND_FE(pdo_drivers, arginfo_pdo_drivers)
	ZEND_FE_END
};