note_name 63 sapi/apache/php_apache.c ZEND_ARG_INFO(0, note_name) note_name 315 sapi/apache/php_apache.c char *note_name, *note_val = NULL; note_name 319 sapi/apache/php_apache.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_val, ¬e_val_len) == FAILURE) { note_name 323 sapi/apache/php_apache.c old_val = (char *) table_get(((request_rec *)SG(server_context))->notes, note_name); note_name 326 sapi/apache/php_apache.c table_set(((request_rec *)SG(server_context))->notes, note_name, note_val); note_name 196 sapi/apache2filter/php_functions.c char *note_name, *note_val = NULL; note_name 200 sapi/apache2filter/php_functions.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_val, ¬e_val_len) == FAILURE) { note_name 206 sapi/apache2filter/php_functions.c old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); note_name 209 sapi/apache2filter/php_functions.c apr_table_set(ctx->r->notes, note_name, note_val); note_name 369 sapi/apache2filter/php_functions.c ZEND_ARG_INFO(0, note_name) 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() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_val, ¬e_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 494 sapi/apache2handler/php_functions.c ZEND_ARG_INFO(0, note_name) note_name 80 sapi/apache_hooks/php_apache.c ZEND_ARG_INFO(0, note_name)