Searched refs:function_args (Results 1 – 1 of 1) sorted by relevance
1905 char *eval_code, *function_args, *function_code; in ZEND_FUNCTION() local1910 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &function_args, &function_args_len, &function_cod… in ZEND_FUNCTION()1923 memcpy(eval_code + eval_code_length, function_args, function_args_len); in ZEND_FUNCTION()
Completed in 15 milliseconds