Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmbstring.c3211 char *arg_new; in PHP_FUNCTION() local
3220 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "zs|z", &input, &arg_new, &new_len, &arg_old) == FAILUR… in PHP_FUNCTION()
3264 …ret = php_mb_convert_encoding(Z_STRVAL_P(input), Z_STRLEN_P(input), arg_new, _from_encodings, &siz… in PHP_FUNCTION()
3277 tmp = php_mb_convert_encoding_recursive(HASH_OF(input), arg_new, _from_encodings); in PHP_FUNCTION()

Completed in 15 milliseconds