Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1790 int eval_code_length, function_name_length, function_args_len, function_code_len; in ZEND_FUNCTION() local
1794 …RMLS_CC, "ss", &function_args, &function_args_len, &function_code, &function_code_len) == FAILURE)… in ZEND_FUNCTION()
1802 +function_code_len); in ZEND_FUNCTION()
1813 memcpy(eval_code + eval_code_length, function_code, function_code_len); in ZEND_FUNCTION()
1814 eval_code_length += function_code_len; in ZEND_FUNCTION()

Completed in 14 milliseconds