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

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
};


static const zend_function_entry class_PDOException_methods[] = {
	ZEND_FE_END
};