elementDiff 590 sapi/phpdbg/phpdbg_watch.c int elementDiff; elementDiff 716 sapi/phpdbg/phpdbg_watch.c elementDiff = zend_hash_num_elements((HashTable *)oldPtr) - zend_hash_num_elements(watch->addr.ht); elementDiff 717 sapi/phpdbg/phpdbg_watch.c if (elementDiff) { elementDiff 718 sapi/phpdbg/phpdbg_watch.c if (elementDiff > 0) { elementDiff 719 sapi/phpdbg/phpdbg_watch.c phpdbg_writeln("%d elements were removed from the array", elementDiff); elementDiff 721 sapi/phpdbg/phpdbg_watch.c phpdbg_writeln("%d elements were added to the array", -elementDiff);