Home
last modified time | relevance | path

Searched defs:from_encoding (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/mbstring/
H A Dmb_gpc.c179 const mbfl_encoding *from_encoding = NULL; in _php_mb_encoding_handler_ex() local
H A Dmbstring.stub.php127 function mb_convert_encoding(array|string $string, string $to_encoding, array|string|null $from_enc…
172 function mb_convert_variables(string $to_encoding, array|string $from_encoding, mixed &$var, mixed …
H A Dmbstring.c2029 zend_string *from_encoding = NULL; in PHP_FUNCTION() local
2060 zend_string *from_encoding = NULL; in PHP_FUNCTION() local
2693 …t char *input, size_t length, const mbfl_encoding *to_encoding, const mbfl_encoding *from_encoding) in php_mb_convert_encoding_ex()
2703 const mbfl_encoding *from_encoding; in php_mb_convert_encoding() local
2896 zend_string *str, *from_encoding = NULL; in PHP_FUNCTION() local
2921 zend_string *str, *from_encoding = NULL; in PHP_FUNCTION() local
2939 zend_string *str, *from_encoding = NULL; in PHP_FUNCTION() local
2957 zend_string *str, *from_encoding = NULL; in php_mb_ulcfirst() local
3744 static bool mb_recursive_convert_variable(zval *var, const mbfl_encoding* from_encoding, const mbfl… in mb_recursive_convert_variable()
3792 const mbfl_encoding *from_encoding, *to_encoding; in PHP_FUNCTION() local
/php-src/ext/iconv/
H A Diconv.stub.php48 function iconv(string $from_encoding, string $to_encoding, string $string): string|false {} argument
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c111 const mbfl_encoding *from_encoding = mbfl_no2encoding(vtbl->from); in mbfl_convert_filter_new2() local

Completed in 45 milliseconds