Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c184 case PHPDBG_BREAK_COND: { in phpdbg_export_breakpoints()
707 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_COND); in phpdbg_create_conditional_break()
740 &PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash, &new_break, in phpdbg_create_conditional_break()
747 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in phpdbg_create_conditional_break()
762 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) { in phpdbg_set_breakpoint_expression()
780 if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], hash)) { in phpdbg_set_breakpoint_at()
972 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) {
1169 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
1268 case PHPDBG_BREAK_COND: {
1547 case PHPDBG_BREAK_COND: if ((PHPDBG_G(flags) & PHPDBG_HAS_COND_BP)) {
[all …]
H A Dphpdbg.h103 #define PHPDBG_BREAK_COND 4 macro
H A Dphpdbg_info.c54 phpdbg_print_breakpoints(PHPDBG_BREAK_COND TSRMLS_CC); in PHPDBG_INFO()
H A Dphpdbg.c163 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0); in PHP_RINIT_FUNCTION()
182 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_RSHUTDOWN_FUNCTION()
337 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]); in PHP_FUNCTION()
H A Dphpdbg_prompt.c946 phpdbg_writeln("Conditionals\t\t%d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_COND])); in PHPDBG_COMMAND()

Completed in 17 milliseconds