Searched refs:zend_str_toupper (Results 1 – 5 of 5) sorted by relevance
440 zend_str_toupper(tmp_data, data_len); in pdo_dblib_stmt_get_col()
445 ZEND_API void ZEND_FASTCALL zend_str_toupper(char *str, size_t length);
2802 ZEND_API void ZEND_FASTCALL zend_str_toupper(char *str, size_t length) /* {{{ */ in zend_str_toupper() function
585 zend_str_toupper(ZSTR_VAL(str), ZSTR_LEN(str)); in _xml_decode_tag()
1308 zend_str_toupper(s, len); in php_strtoupper()
Completed in 39 milliseconds