Home
last modified time | relevance | path

Searched refs:elementDiff (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c914 int elementDiff; local
1064elementDiff = zend_hash_num_elements(HT_PTR_HT(oldPtr)) - zend_hash_num_elements(HT_WATCH_HT(watch…
1065 if ((watch->flags & PHPDBG_WATCH_NORMAL) && elementDiff) {
1066 if (elementDiff > 0) {
1067 …dbg_writeln("watchsize", "removed=\"%d\"", "%d elements were removed from the array", elementDiff);
1069 … phpdbg_writeln("watchsize", "added=\"%d\"", "%d elements were added to the array", -elementDiff);

Completed in 8 milliseconds