Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c198 char *old_note_val=NULL; in PHP_FUNCTION() local
206 old_note_val = (char *) apr_table_get(ctx->r->notes, note_name); in PHP_FUNCTION()
212 if (old_note_val) { in PHP_FUNCTION()
213 RETURN_STRING(old_note_val, 1); in PHP_FUNCTION()
/PHP-5.5/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, 1); in PHP_FUNCTION()

Completed in 10 milliseconds