Searched refs:phpdbg_file_breaks_dtor (Results 1 – 1 of 1) sorted by relevance
60 static void phpdbg_file_breaks_dtor(zval *data) /* {{{ */ in phpdbg_file_breaks_dtor() function299 zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_set_breakpoint_file()361 zend_hash_init(&new_ht, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_resolve_pending_file_break_ex()
Completed in 8 milliseconds