Searched refs:msgid2_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/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() 214 PHP_GETTEXT_LENGTH_CHECK(2, msgid2_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() 239 PHP_GETTEXT_LENGTH_CHECK(3, msgid2_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() 266 PHP_GETTEXT_LENGTH_CHECK(3, msgid2_len) in PHP_FUNCTION()
|
Completed in 9 milliseconds