Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.c4076 zval *zconvmap, *hash_entry; in php_mb_numericentity_exec() local
4082 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|sb", &str, &str_len, &zconvmap, &encoding, &encodin… in php_mb_numericentity_exec()
4106 if (Z_TYPE_P(zconvmap) == IS_ARRAY) { in php_mb_numericentity_exec()
4107 target_hash = Z_ARRVAL_P(zconvmap); in php_mb_numericentity_exec()

Completed in 16 milliseconds