Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1860 char *eval_code, *function_args, *function_code; in ZEND_FUNCTION() local
1865 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &function_args, &function_args_len, &function_cod… in ZEND_FUNCTION()
1878 memcpy(eval_code + eval_code_length, function_args, function_args_len); in ZEND_FUNCTION()

Completed in 10 milliseconds