Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c1861 size_t eval_code_length, function_args_len, function_code_len; in ZEND_FUNCTION() local
1865 …_ARGS(), "ss", &function_args, &function_args_len, &function_code, &function_code_len) == FAILURE)… in ZEND_FUNCTION()
1873 +function_code_len); in ZEND_FUNCTION()
1884 memcpy(eval_code + eval_code_length, function_code, function_code_len); in ZEND_FUNCTION()
1885 eval_code_length += function_code_len; in ZEND_FUNCTION()

Completed in 23 milliseconds