Searched refs:string_codepoint_length (Results 1 – 1 of 1) sorted by relevance
14 size_t string_codepoint_length = ZSTR_LEN(string_codepoint); in convert_cp() local16 if (ZEND_SIZE_T_INT_OVFL(string_codepoint_length)) { in convert_cp()22 U8_NEXT(ZSTR_VAL(string_codepoint), i, string_codepoint_length, int_codepoint); in convert_cp()23 if ((size_t)i != string_codepoint_length) { in convert_cp()
Completed in 10 milliseconds