Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmbstring.c3936 zval *zconvmap, *hash_entry; in php_mb_numericentity_exec() local
3942 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|sb", &str, &str_len, &zconvmap, &encoding, &encodin… in php_mb_numericentity_exec()
3967 if (Z_TYPE_P(zconvmap) == IS_ARRAY) { in php_mb_numericentity_exec()
3968 target_hash = Z_ARRVAL_P(zconvmap); in php_mb_numericentity_exec()

Completed in 20 milliseconds