Searched refs:msgid_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/gettext/ |
H A D | gettext.c | 190 int msgid_len; in PHP_NAMED_FUNCTION() local 192 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &msgid, &msgid_len) == FAILURE) { in PHP_NAMED_FUNCTION() 196 PHP_GETTEXT_LENGTH_CHECK("msgid", msgid_len) in PHP_NAMED_FUNCTION() 208 int domain_len, msgid_len; in PHP_NAMED_FUNCTION() local 210 …parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &domain, &domain_len, &msgid, &msgid_len) == FAILURE) { in PHP_NAMED_FUNCTION() 215 PHP_GETTEXT_LENGTH_CHECK("msgid", msgid_len) in PHP_NAMED_FUNCTION() 228 int domain_len, msgid_len; in PHP_NAMED_FUNCTION() local 231 …meters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl", &domain, &domain_len, &msgid, &msgid_len, &category) == F… in PHP_NAMED_FUNCTION() 236 PHP_GETTEXT_LENGTH_CHECK("msgid", msgid_len) in PHP_NAMED_FUNCTION()
|
Completed in 7 milliseconds