note_val          224 sapi/apache2handler/php_functions.c 	char *note_name, *note_val = NULL;
note_val          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_val          236 sapi/apache2handler/php_functions.c 	if (note_val) {
note_val          237 sapi/apache2handler/php_functions.c 		apr_table_set(ctx->r->notes, note_name, note_val);