Searched refs:zconvmap (Results 1 – 1 of 1) sorted by relevance
3967 zval *zconvmap, *hash_entry; in php_mb_numericentity_exec() local3974 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz|sb", &str, &str_len, &zconvmap, &encoding, &encodin… in php_mb_numericentity_exec()4001 if (Z_TYPE_P(zconvmap) == IS_ARRAY) { in php_mb_numericentity_exec()4002 target_hash = Z_ARRVAL_P(zconvmap); in php_mb_numericentity_exec()
Completed in 14 milliseconds