Home
last modified time | relevance | path

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

/PHP-7.2/sapi/apache2handler/
H A Dphp_functions.c226 char *old_note_val=NULL; in PHP_FUNCTION() local
234 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); in PHP_FUNCTION()
240 if (old_note_val) { in PHP_FUNCTION()
241 RETURN_STRING(old_note_val); in PHP_FUNCTION()

Completed in 6 milliseconds