Home
last modified time | relevance | path

Searched refs:ONIG_TRAVERSE_CALLBACK_AT_LAST (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregtrav.c56 if ((at & ONIG_TRAVERSE_CALLBACK_AT_LAST) != 0) { in capture_tree_traverse()
58 level, ONIG_TRAVERSE_CALLBACK_AT_LAST, arg); in capture_tree_traverse()
H A Doniguruma.h656 #define ONIG_TRAVERSE_CALLBACK_AT_LAST 2 macro
658 ( ONIG_TRAVERSE_CALLBACK_AT_FIRST | ONIG_TRAVERSE_CALLBACK_AT_LAST )
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI682 ONIG_TRAVERSE_CALLBACK_AT_LAST: traverse children first, then callback.
698 ONIG_TRAVERSE_CALLBACK_AT_LAST

Completed in 13 milliseconds