Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
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.h621 #define ONIG_TRAVERSE_CALLBACK_AT_LAST 2 macro
623 ( ONIG_TRAVERSE_CALLBACK_AT_FIRST | ONIG_TRAVERSE_CALLBACK_AT_LAST )
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI409 ONIG_TRAVERSE_CALLBACK_AT_LAST: traverse childs first, then callback.
425 ONIG_TRAVERSE_CALLBACK_AT_LAST

Completed in 13 milliseconds