elementDiff       914 sapi/phpdbg/phpdbg_watch.c 	int elementDiff;
elementDiff      1064 sapi/phpdbg/phpdbg_watch.c 					elementDiff = zend_hash_num_elements(HT_PTR_HT(oldPtr)) - zend_hash_num_elements(HT_WATCH_HT(watch));
elementDiff      1065 sapi/phpdbg/phpdbg_watch.c 					if ((watch->flags & PHPDBG_WATCH_NORMAL) && elementDiff) {
elementDiff      1066 sapi/phpdbg/phpdbg_watch.c 						if (elementDiff > 0) {
elementDiff      1067 sapi/phpdbg/phpdbg_watch.c 							phpdbg_writeln("watchsize", "removed=\"%d\"", "%d elements were removed from the array", elementDiff);
elementDiff      1069 sapi/phpdbg/phpdbg_watch.c 							phpdbg_writeln("watchsize", "added=\"%d\"", "%d elements were added to the array", -elementDiff);