Searched refs:unfold (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/Zend/tests/ |
H A D | bug32296.phpt | 7 abstract protected function unfold(); 12 protected final function unfold(){} 41 [2] => unfold 48 [2] => unfold
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | unicode.c | 144 r = (*f)(fold, &unfold, 1, arg); in apply_case_fold1() 146 r = (*f)(unfold, &fold, 1, arg); in apply_case_fold1() 151 r = (*f)(unfold, &unfold2, 1, arg); in apply_case_fold1() 175 r = (*f)(unfold, fold, 2, arg); in apply_case_fold2() 204 r = (*f)(unfold, fold, 3, arg); in apply_case_fold3() 331 if (unfold != code) { in onigenc_unicode_get_case_fold_codes_by_str() 334 items[n].code[0] = unfold; in onigenc_unicode_get_case_fold_codes_by_str() 348 if (unfold == code) continue; in onigenc_unicode_get_case_fold_codes_by_str() 352 items[n].code[0] = unfold; in onigenc_unicode_get_case_fold_codes_by_str() 384 if (unfold == code) continue; in onigenc_unicode_get_case_fold_codes_by_str() [all …]
|
/PHP-7.3/ |
H A D | CODING_STANDARDS | 274 large files because you can scroll through the file quickly and just unfold
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 431 2006/12/05: [bug] should add unfold-1 codes from folded code into 509 too many case fold/unfold expansion problem. 548 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in
|
Completed in 22 milliseconds