msgid              39 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, msgid)
msgid              44 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, msgid)
msgid              49 ext/gettext/gettext.c 	ZEND_ARG_INFO(0, msgid)
msgid             189 ext/gettext/gettext.c 	char *msgid, *msgstr;
msgid             192 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &msgid, &msgid_len) == FAILURE) {
msgid             197 ext/gettext/gettext.c 	msgstr = gettext(msgid);
msgid             207 ext/gettext/gettext.c 	char *domain, *msgid, *msgstr;
msgid             210 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &domain, &domain_len, &msgid, &msgid_len) == FAILURE)	{
msgid             217 ext/gettext/gettext.c 	msgstr = dgettext(domain, msgid);
msgid             227 ext/gettext/gettext.c 	char *domain, *msgid, *msgstr;
msgid             231 ext/gettext/gettext.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl", &domain, &domain_len, &msgid, &msgid_len, &category) == FAILURE) {
msgid             238 ext/gettext/gettext.c 	msgstr = dcgettext(domain, msgid, category);
msgid            4123 ext/imap/php_imap.c 		add_next_index_long(return_value, cur->msgid);
msgid            4857 ext/imap/php_imap.c 		IMAPG(imap_messages)->msgid = number;
msgid            4864 ext/imap/php_imap.c 		cur->msgid = number;
msgid              94 ext/imap/php_imap.h 	unsigned long msgid;
msgid            2554 ext/ldap/ldap.c int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)