Searched refs:old_note_val (Results 1 – 1 of 1) sorted by relevance
225 char *old_note_val=NULL; in PHP_FUNCTION() local233 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); in PHP_FUNCTION()239 if (old_note_val) { in PHP_FUNCTION()240 RETURN_STRING(old_note_val); in PHP_FUNCTION()
Completed in 9 milliseconds