Searched refs:unfold (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/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.2/ext/mbstring/oniguruma/src/ |
H A D | unicode.c | 310 r = (*f)(fold, &unfold, 1, arg); in apply_case_fold1() 312 r = (*f)(unfold, &fold, 1, arg); in apply_case_fold1() 317 r = (*f)(unfold, &unfold2, 1, arg); in apply_case_fold1() 341 r = (*f)(unfold, fold, 2, arg); in apply_case_fold2() 370 r = (*f)(unfold, fold, 3, arg); in apply_case_fold3() 497 if (unfold != code) { in onigenc_unicode_get_case_fold_codes_by_str() 500 items[n].code[0] = unfold; in onigenc_unicode_get_case_fold_codes_by_str() 514 if (unfold == code) continue; in onigenc_unicode_get_case_fold_codes_by_str() 518 items[n].code[0] = unfold; in onigenc_unicode_get_case_fold_codes_by_str() 551 if (unfold == code) continue; in onigenc_unicode_get_case_fold_codes_by_str() [all …]
|
/PHP-7.2/ |
H A D | CODING_STANDARDS | 255 large files because you can scroll through the file quickly and just unfold
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 236 2006/12/05: [bug] should add unfold-1 codes from folded code into 314 too many case fold/unfold expansion problem. 353 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in
|
Completed in 15 milliseconds