Home
last modified time | relevance | path

Searched refs:note_val (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c224 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
228 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s", &note_name, &note_name_len, &note_val, &note_val… in PHP_FUNCTION()
236 if (note_val) { in PHP_FUNCTION()
237 apr_table_set(ctx->r->notes, note_name, note_val); in PHP_FUNCTION()

Completed in 10 milliseconds