Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.h82 HashTable watches; member
88 HashTable watches; member
H A Dphpdbg_watch.c217 zend_hash_del(&cur->watches, watch->str); in phpdbg_add_watch_collision()
218 if (zend_hash_num_elements(&cur->watches) > 0) { in phpdbg_add_watch_collision()
242 zend_hash_init(&coll.watches, 8, arghs, NULL, 0); in phpdbg_add_watch_collision()
254 zend_hash_add_ptr(&cur->watches, watch->str, watch->parent); in phpdbg_add_watch_collision()
268 zend_hash_del(&cur->watches, watch->str); in phpdbg_remove_watch_collision()
271 if (zend_hash_num_elements(&cur->watches) > 0) { in phpdbg_remove_watch_collision()
386 ht_watches = &hti->watches; in phpdbg_create_watchpoint()
391 ht_watches = &((phpdbg_watch_ht_info *) find->ptr)->watches; in phpdbg_create_watchpoint()
769 zend_hash_del(&hti->watches, watch->name_in_parent); in phpdbg_watch_HashTable_dtor()
770 if (zend_hash_num_elements(&hti->watches) == 0) { in phpdbg_watch_HashTable_dtor()
[all …]
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic11934 # Polar Monitor Bitmap (.pmb) used as logo for Polar Electro watches

Completed in 53 milliseconds