Searched refs:php_unicode_is_identstart (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/mbstring/ | ||
H A D | php_unicode.h | 180 #define php_unicode_is_identstart(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0) macro |
Completed in 10 milliseconds