Searched refs:msgid2_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gettext/ |
H A D | gettext.c | 204 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() 212 PHP_GETTEXT_LENGTH_CHECK(2, msgid2_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() 237 PHP_GETTEXT_LENGTH_CHECK(3, msgid2_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() 264 PHP_GETTEXT_LENGTH_CHECK(3, msgid2_len) in PHP_FUNCTION()
|
Completed in 4 milliseconds