Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.h53 #define PHPDBG_WATCH_ARRAY 0x04 macro
H A Dphpdbg_watch.c432 watch->flags |= PHPDBG_WATCH_ARRAY; in phpdbg_create_array_watchpoint()
474 …h->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(new_watch->name_in_p… in phpdbg_create_recursive_ht_watch()
508 new_watch->flags |= PHPDBG_WATCH_ARRAY; in phpdbg_create_recursive_zval_watch()
574 …tr), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(strkey)), … in phpdbg_delete_ht_watchpoints_recursive()
576 …ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", numkey, (watch->flags & PH… in phpdbg_delete_ht_watchpoints_recursive()

Completed in 10 milliseconds