com_persist       291 ext/com_dotnet/com_persist.c #define CPH_ME(fname, arginfo)	PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC)
com_persist       292 ext/com_dotnet/com_persist.c #define CPH_SME(fname, arginfo)	PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_PUBLIC)
com_persist       293 ext/com_dotnet/com_persist.c #define CPH_METHOD(fname)		static PHP_METHOD(com_persist, fname)