DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / ext / dba / php_inifile.h
123456789101112
#ifndef PHP_INIFILE_H #define PHP_INIFILE_H #ifdef DBA_INIFILE #include "php_dba.h" DBA_FUNCS(inifile); #endif #endif