xref: /PHP-8.0/ext/pdo/pdo_arginfo.h (revision 45fa7596)
1 /* This is a generated file, edit the .stub.php file instead.
2  * Stub hash: 307a770b43157120de39093535ea4ee20c4524fa */
3 
4 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pdo_drivers, 0, 0, IS_ARRAY, 0)
5 ZEND_END_ARG_INFO()
6 
7 
8 ZEND_FUNCTION(pdo_drivers);
9 
10 
11 static const zend_function_entry ext_functions[] = {
12 	ZEND_FE(pdo_drivers, arginfo_pdo_drivers)
13 	ZEND_FE_END
14 };
15 
16 
17 static const zend_function_entry class_PDOException_methods[] = {
18 	ZEND_FE_END
19 };
20