Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c3290 zend_uint type_name_len; in zend_get_function_declaration() local
3292 type_name_len = strlen(type_name); in zend_get_function_declaration()
3293 REALLOC_BUF_IF_EXCEED(buf, offset, length, type_name_len); in zend_get_function_declaration()
3294 memcpy(offset, type_name, type_name_len); in zend_get_function_declaration()
3295 offset += type_name_len; in zend_get_function_declaration()

Completed in 21 milliseconds