Searched refs:note_val (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/sapi/apache2filter/ |
H A D | php_functions.c | 196 char *note_name, *note_val = NULL; in PHP_FUNCTION() local 200 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_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.3/sapi/apache2handler/ |
H A D | php_functions.c | 224 char *note_name, *note_val = NULL; in PHP_FUNCTION() local 228 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_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.3/sapi/apache/ |
H A D | php_apache.c | 315 char *note_name, *note_val = NULL; in PHP_FUNCTION() local 319 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", ¬e_name, ¬e_name_len, ¬e_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.3/sapi/apache_hooks/ |
H A D | php_apache.c | 1554 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 15 milliseconds