note_name         224 sapi/apache2handler/php_functions.c 	char *note_name, *note_val = NULL;
note_name         228 sapi/apache2handler/php_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &note_name, &note_name_len, &note_val, &note_val_len) == FAILURE) {
note_name         234 sapi/apache2handler/php_functions.c 	old_note_val = (char *) apr_table_get(ctx->r->notes, note_name);
note_name         237 sapi/apache2handler/php_functions.c 		apr_table_set(ctx->r->notes, note_name, note_val);
note_name         498 sapi/apache2handler/php_functions.c 	ZEND_ARG_INFO(0, note_name)