DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / ext / dba / php_qdbm.h
123456789101112
#ifndef PHP_QDBM_H #define PHP_QDBM_H #ifdef DBA_QDBM #include "php_dba.h" DBA_FUNCS(qdbm); #endif #endif