Searched defs:enc_name (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/mbstring/ |
H A D | mbstring.c | 814 const char *enc_name = new_value; in _php_mb_ini_mbstring_internal_encoding_set() local 1846 zend_string *string, *enc_name = NULL; in PHP_FUNCTION() local 1975 zend_string *enc_name = NULL; in PHP_FUNCTION() local 2004 zend_string *enc_name = NULL; in PHP_FUNCTION() local 2231 zend_string *haystack, *needle, *enc_name = NULL, *haystack_u8 = NULL, *needle_u8 = NULL; in PHP_FUNCTION() local 2520 zend_string *string, *enc_name = NULL; in PHP_FUNCTION() local 5654 static inline zend_long php_mb_ord(const char *str, size_t str_len, zend_string *enc_name, in php_mb_ord() 5718 static inline zend_string *php_mb_chr(zend_long cp, zend_string *enc_name, uint32_t enc_name_arg_nu… in php_mb_chr() 5938 zend_string *str, *enc_name = NULL; in PHP_FUNCTION() local
|
/php-src/ext/soap/ |
H A D | soap.stub.php | 492 public ?string $enc_name = null; variable in SoapVar
|
Completed in 28 milliseconds