DEBSOURCES
Skip Quicknav
sources / php8.2 / 8.2.29-1~deb12u1 / ext / dba / php_cdb.h
123456789101112
#ifndef PHP_CDB_H #define PHP_CDB_H #ifdef DBA_CDB #include "php_dba.h" DBA_FUNCS(cdb); #endif #endif