old_note_val      226 sapi/apache2handler/php_functions.c 	char *old_note_val=NULL;
old_note_val      234 sapi/apache2handler/php_functions.c 	old_note_val = (char *) apr_table_get(ctx->r->notes, note_name);
old_note_val      240 sapi/apache2handler/php_functions.c 	if (old_note_val) {
old_note_val      241 sapi/apache2handler/php_functions.c 		RETURN_STRING(old_note_val);