Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_string.h85 #define str_strndup(str, len) \ macro
H A Dzend_constants.c41 c->name = str_strndup(c->name, c->name_len - 1); in copy_zend_constant()
H A Dzend_builtin_functions.c712 c.name = str_strndup(name, name_len); in ZEND_FUNCTION()
H A Dzend_vm_def.h5437 c.name = str_strndup(Z_STRVAL_P(name), Z_STRLEN_P(name));
H A Dzend_compile.c123 property_info->name = str_strndup(property_info->name, property_info->name_length); in zend_duplicate_property_info_internal()
H A Dzend_vm_execute.h4345 c.name = str_strndup(Z_STRVAL_P(name), Z_STRLEN_P(name)); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
/PHP-5.6/
H A DUPGRADING.INTERNALS140 str_strndup(str, len) - zend_strndup() if not interned

Completed in 157 milliseconds