numkey           1154 sapi/phpdbg/phpdbg_bp.c 	zend_ulong numkey;
numkey           1156 sapi/phpdbg/phpdbg_bp.c 	if ((brake = phpdbg_find_breakbase_ex(num, &table, &numkey, &strkey))) {
numkey           1193 sapi/phpdbg/phpdbg_bp.c 			zend_hash_index_del(table, numkey);
numkey           1385 sapi/phpdbg/phpdbg_bp.c 	zend_ulong numkey;
numkey           1387 sapi/phpdbg/phpdbg_bp.c 	return phpdbg_find_breakbase_ex(id, &table, &numkey, &strkey);
numkey           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) /* {{{ */
numkey           1395 sapi/phpdbg/phpdbg_bp.c 		ZEND_HASH_FOREACH_KEY_PTR(*table, *numkey, *strkey, brake) {
numkey            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); /* }}} */
numkey            471 sapi/phpdbg/phpdbg_utils.c 			zend_ulong numkey;
numkey            473 sapi/phpdbg/phpdbg_utils.c 			ZEND_HASH_FOREACH_KEY_PTR(parent, numkey, strkey, zv) {
numkey            487 sapi/phpdbg/phpdbg_utils.c 						keylen = spprintf(&key, 0, ZEND_ULONG_FMT, numkey);
numkey            569 sapi/phpdbg/phpdbg_watch.c 	zend_long numkey;
numkey            572 sapi/phpdbg/phpdbg_watch.c 	ZEND_HASH_FOREACH_KEY(HT_WATCH_HT(watch), numkey, strkey) {
numkey            576 sapi/phpdbg/phpdbg_watch.c 			str = strpprintf(0, "%.*s%s" ZEND_LONG_FMT "%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", numkey, (watch->flags & PHPDBG_WATCH_ARRAY) ? "]" : "");