autoreg_case_sensitive   46 ext/com_dotnet/com_com.c 	int mode = COMG(autoreg_case_sensitive) ? CONST_CS : 0;
autoreg_case_sensitive  333 ext/com_dotnet/com_extension.c     STD_PHP_INI_ENTRY("com.autoregister_casesensitive",	"1", PHP_INI_ALL, OnUpdateBool, autoreg_case_sensitive, zend_com_dotnet_globals, com_dotnet_globals)
autoreg_case_sensitive   52 ext/com_dotnet/php_com_dotnet.h 	zend_bool autoreg_case_sensitive;