name_in_parent 185 sapi/phpdbg/phpdbg_watch.c new_watch->name_in_parent = zend_strndup(Z_STRVAL(key), Z_STRLEN(key)); name_in_parent 188 sapi/phpdbg/phpdbg_watch.c new_watch->name_in_parent = NULL; name_in_parent 189 sapi/phpdbg/phpdbg_watch.c new_watch->name_in_parent_len = asprintf(&new_watch->name_in_parent, "%ld", Z_LVAL(key)); name_in_parent 193 sapi/phpdbg/phpdbg_watch.c new_watch->str_len = asprintf(&new_watch->str, "%.*s%s%s%s", (int)watch->str_len, watch->str, Z_TYPE_P(watch->addr.zv) == IS_ARRAY?"[":"->", phpdbg_get_property_key(new_watch->name_in_parent), Z_TYPE_P(watch->addr.zv) == IS_ARRAY?"]":""); name_in_parent 205 sapi/phpdbg/phpdbg_watch.c new_watch->name_in_parent = zend_strndup(watch->name_in_parent, watch->name_in_parent_len); name_in_parent 344 sapi/phpdbg/phpdbg_watch.c watch->name_in_parent = zend_strndup(last_index, index_len); name_in_parent 374 sapi/phpdbg/phpdbg_watch.c watch->name_in_parent = zend_strndup(last_index, index_len); name_in_parent 554 sapi/phpdbg/phpdbg_watch.c free(watch->name_in_parent); name_in_parent 605 sapi/phpdbg/phpdbg_watch.c if (zend_hash_find(watch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1, &curTest) == SUCCESS) { name_in_parent 644 sapi/phpdbg/phpdbg_watch.c int removed = ((zval *)oldPtr)->refcount__gc != watch->addr.zv->refcount__gc && !zend_symtable_exists(watch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1); name_in_parent 67 sapi/phpdbg/phpdbg_watch.h char *name_in_parent;