Searched refs:zend_string_toupper_ex (Results 1 – 2 of 2) sorted by relevance
453 ZEND_API zend_string* ZEND_FASTCALL zend_string_toupper_ex(zend_string *str, bool persistent);459 return zend_string_toupper_ex(str, false); in zend_string_toupper()
2906 ZEND_API zend_string* ZEND_FASTCALL zend_string_toupper_ex(zend_string *str, bool persistent) /* {{… in zend_string_toupper_ex() function
Completed in 17 milliseconds