Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c196 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
200 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &note_name, &note_name_len, &note_val,… in PHP_FUNCTION()
208 if (note_val) { in PHP_FUNCTION()
209 apr_table_set(ctx->r->notes, note_name, note_val); in PHP_FUNCTION()
/PHP-5.5/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() TSRMLS_CC, "s|s", &note_name, &note_name_len, &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()
/PHP-5.5/sapi/apache/
H A Dphp_apache.c315 char *note_name, *note_val = NULL; in PHP_FUNCTION() local
319 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &note_name, &note_name_len, &note_val,… in PHP_FUNCTION()
325 if (note_val) { in PHP_FUNCTION()
326 table_set(((request_rec *)SG(server_context))->notes, note_name, note_val); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1554 char *note_val; in PHP_FUNCTION() local
1560 note_val = (char *) table_get(((request_rec *)SG(server_context))->notes, arg_name); in PHP_FUNCTION()
1566 if (!note_val) { in PHP_FUNCTION()
1570 RETURN_STRING(note_val, 1); in PHP_FUNCTION()

Completed in 21 milliseconds