Searched refs:arg_val (Results 1 – 1 of 1) sorted by relevance
1552 char *arg_name, *arg_val = NULL; in PHP_FUNCTION() local1556 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|s", &arg_name, &arg_name_len, &arg_val, &a… in PHP_FUNCTION()1562 if (arg_val) { in PHP_FUNCTION()1563 table_set(((request_rec *)SG(server_context))->notes, arg_name, arg_val); in PHP_FUNCTION()
Completed in 10 milliseconds