strkey 1153 sapi/phpdbg/phpdbg_bp.c zend_string *strkey; strkey 1156 sapi/phpdbg/phpdbg_bp.c if ((brake = phpdbg_find_breakbase_ex(num, &table, &numkey, &strkey))) { strkey 1190 sapi/phpdbg/phpdbg_bp.c if (strkey) { strkey 1191 sapi/phpdbg/phpdbg_bp.c zend_hash_del(table, strkey); strkey 1384 sapi/phpdbg/phpdbg_bp.c zend_string *strkey; strkey 1387 sapi/phpdbg/phpdbg_bp.c return phpdbg_find_breakbase_ex(id, &table, &numkey, &strkey); strkey 1390 sapi/phpdbg/phpdbg_bp.c PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey) /* {{{ */ strkey 1395 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_KEY_PTR(*table, *numkey, *strkey, brake) { strkey 157 sapi/phpdbg/phpdbg_bp.h PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulong *numkey, zend_string **strkey); /* }}} */ strkey 472 sapi/phpdbg/phpdbg_utils.c zend_string *strkey; strkey 473 sapi/phpdbg/phpdbg_utils.c ZEND_HASH_FOREACH_KEY_PTR(parent, numkey, strkey, zv) { strkey 483 sapi/phpdbg/phpdbg_utils.c if (strkey) { strkey 484 sapi/phpdbg/phpdbg_utils.c key = ZSTR_VAL(strkey); strkey 485 sapi/phpdbg/phpdbg_utils.c keylen = ZSTR_LEN(strkey); strkey 492 sapi/phpdbg/phpdbg_utils.c if (!strkey) { strkey 246 sapi/phpdbg/phpdbg_wait.c zend_string *strkey; strkey 253 sapi/phpdbg/phpdbg_wait.c ZEND_HASH_FOREACH_STR_KEY_PTR(Z_ARRVAL_P(zvp), strkey, name) { strkey 284 sapi/phpdbg/phpdbg_wait.c zend_hash_del(Z_ARRVAL_P(zvp), strkey); strkey 568 sapi/phpdbg/phpdbg_watch.c zend_string *str, *strkey; strkey 572 sapi/phpdbg/phpdbg_watch.c ZEND_HASH_FOREACH_KEY(HT_WATCH_HT(watch), numkey, strkey) { strkey 573 sapi/phpdbg/phpdbg_watch.c if (strkey) { strkey 574 sapi/phpdbg/phpdbg_watch.c str = strpprintf(0, "%.*s%s%s%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(strkey)), (watch->flags & PHPDBG_WATCH_ARRAY) ? "]" : "");