stopval 173 sapi/apache_hooks/mod_php5.c int sapi_stack_apply_with_argument_stop_if_equals(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg, int stopval) stopval 180 sapi/apache_hooks/mod_php5.c if ((ret = apply_function(stack->elements[i], arg)) == stopval) { stopval 187 sapi/apache_hooks/mod_php5.c if ((ret = apply_function(stack->elements[i], arg)) == stopval) {