Home
last modified time | relevance | path

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

/PHP-7.4/ext/pspell/
H A Dpspell.c866 size_t repl_len; in PHP_FUNCTION() local
869 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lp", &conf, &repl, &repl_len) == FAILURE) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dstring.c4830 size_t repl_len = is_xhtml ? (sizeof("<br />") - 1) : (sizeof("<br>") - 1); local
4832 result = zend_string_safe_alloc(repl_cnt, repl_len, ZSTR_LEN(str), 0);

Completed in 24 milliseconds