Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.c3098 zend_uint type_name_len; in zend_get_function_declaration() local
3100 type_name_len = strlen(type_name); in zend_get_function_declaration()
3101 REALLOC_BUF_IF_EXCEED(buf, offset, length, type_name_len); in zend_get_function_declaration()
3102 memcpy(offset, type_name, type_name_len); in zend_get_function_declaration()
3103 offset += type_name_len; in zend_get_function_declaration()

Completed in 21 milliseconds