Home
last modified time | relevance | path

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

/PHP-8.0/sapi/apache2handler/
H A Dphp_functions.stub.php16 function apache_note(string $note_name, ?string $note_value = null): string|false {} argument
H A Dphp_functions.c223 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
227 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|s!", &note_name, &note_name_len, &note_val, &note_va… in PHP_FUNCTION()
233 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); in PHP_FUNCTION()
236 apr_table_set(ctx->r->notes, note_name, note_val); in PHP_FUNCTION()
H A Dphp_functions_arginfo.h20 ZEND_ARG_TYPE_INFO(0, note_name, IS_STRING, 0)

Completed in 10 milliseconds