Searched refs:msgid1_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gettext/ |
H A D | gettext.c | 206 size_t msgid1_len, msgid2_len; in PHP_FUNCTION() local 209 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ssl", &msgid1, &msgid1_len, &msgid2, &msgid2_len, &cou… in PHP_FUNCTION() 213 PHP_GETTEXT_LENGTH_CHECK(1, msgid1_len) in PHP_FUNCTION() 229 size_t domain_len, msgid1_len, msgid2_len; in PHP_FUNCTION() local 233 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count) == FAILURE) { in PHP_FUNCTION() 238 PHP_GETTEXT_LENGTH_CHECK(2, msgid1_len) in PHP_FUNCTION() 254 size_t domain_len, msgid1_len, msgid2_len; in PHP_FUNCTION() local 260 &msgid1, &msgid1_len, &msgid2, &msgid2_len, &count, &category) == FAILURE) { in PHP_FUNCTION() 265 PHP_GETTEXT_LENGTH_CHECK(2, msgid1_len) in PHP_FUNCTION()
|
Completed in 6 milliseconds