Searched refs:encstr (Results 1 – 1 of 1) sorted by relevance
1516 char *encstr; in PHP_FUNCTION() local1522 Z_PARAM_STRING(encstr, encstr_len) in PHP_FUNCTION()1531 encstr = estrndup(encstr, encstr_len); in PHP_FUNCTION()1540 detected = _php_mb_encoding_handler_ex(&info, track_vars_array, encstr); in PHP_FUNCTION()1546 if (encstr != NULL) efree(encstr); in PHP_FUNCTION()
Completed in 19 milliseconds