Home
last modified time | relevance | path

Searched refs:msgid1_len (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/gettext/
H A Dgettext.c204 size_t msgid1_len, msgid2_len; in PHP_FUNCTION() local
207 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &cou… in PHP_FUNCTION()
211 PHP_GETTEXT_LENGTH_CHECK(1, msgid1_len) in PHP_FUNCTION()
227 size_t domain_len, msgid1_len, msgid2_len; in PHP_FUNCTION() local
231 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_FUNCTION()
236 PHP_GETTEXT_LENGTH_CHECK(2, msgid1_len) in PHP_FUNCTION()
252 size_t domain_len, msgid1_len, msgid2_len; in PHP_FUNCTION() local
258 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION()
263 PHP_GETTEXT_LENGTH_CHECK(2, msgid1_len) in PHP_FUNCTION()

Completed in 4 milliseconds