#include "zend.h"
#include "php_version.h"
Go to the source code of this file.
◆ LONG_CONST
◆ PDO_API
#define PDO_API /* nothing special */ |
◆ PDO_CONSTRUCT_CHECK
Value:
PDO_CONSTRUCT_CHECK_FAIL(); \
RETURN_THROWS(); \
} \
#define PDO_CONSTRUCT_CHECK_COND
Definition at line 64 of file php_pdo.h.
◆ PDO_CONSTRUCT_CHECK_COND
#define PDO_CONSTRUCT_CHECK_COND dbh->driver |
◆ PDO_CONSTRUCT_CHECK_FAIL
#define PDO_CONSTRUCT_CHECK_FAIL |
( |
| ) |
|
◆ PDO_CONSTRUCT_CHECK_WITH_CLEANUP
#define PDO_CONSTRUCT_CHECK_WITH_CLEANUP |
( |
| cleanup | ) |
|
Value:
PDO_CONSTRUCT_CHECK_FAIL(); \
goto cleanup; \
} \
Definition at line 71 of file php_pdo.h.
◆ PHP_PDO_VERSION
◆ phpext_pdo_ptr
◆ REGISTER_PDO_CLASS_CONST_LONG
#define REGISTER_PDO_CLASS_CONST_LONG |
( |
| const_name, |
|
|
| value ) |
Value:
PDO_API zend_class_entry * php_pdo_get_dbh_ce(void)
ZEND_API void zend_declare_class_constant_long(zend_class_entry *ce, const char *name, size_t name_length, zend_long value)
Definition at line 53 of file php_pdo.h.
◆ pdo_dbh_new()
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
pdo | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
pdo | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
pdo | | ) |
|
◆ pdo_dbh_ce
Definition at line 34 of file pdo.c.
◆ pdo_module_entry
Definition at line 91 of file pdo.c.