Home
last modified time | relevance | path

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

/PHP-8.3/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…
162 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
2651 …t char *input, size_t length, const mbfl_encoding *to_encoding, const mbfl_encoding *from_encoding) in php_mb_convert_encoding_ex()
2661 const mbfl_encoding *from_encoding; in php_mb_convert_encoding() local
2854 zend_string *str, *from_encoding = NULL; in PHP_FUNCTION() local
2879 zend_string *str, *from_encoding = NULL; in PHP_FUNCTION() local
2897 zend_string *str, *from_encoding = NULL; in PHP_FUNCTION() local
3493 static bool mb_recursive_convert_variable(zval *var, const mbfl_encoding* from_encoding, const mbfl… in mb_recursive_convert_variable()
3541 const mbfl_encoding *from_encoding, *to_encoding; in PHP_FUNCTION() local
/PHP-8.3/ext/iconv/
H A Diconv.stub.php48 function iconv(string $from_encoding, string $to_encoding, string $string): string|false {} argument
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c112 const mbfl_encoding *from_encoding = mbfl_no2encoding(vtbl->from); in mbfl_convert_filter_new2() local

Completed in 37 milliseconds