Searched refs:function_code_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_builtin_functions.c | 1686 int eval_code_length, function_name_length, function_args_len, function_code_len; in ZEND_FUNCTION() local 1690 …RMLS_CC, "ss", &function_args, &function_args_len, &function_code, &function_code_len) == FAILURE)… in ZEND_FUNCTION() 1698 +function_code_len); in ZEND_FUNCTION() 1709 memcpy(eval_code + eval_code_length, function_code, function_code_len); in ZEND_FUNCTION() 1710 eval_code_length += function_code_len; in ZEND_FUNCTION()
|
Completed in 14 milliseconds