Skip to content

Commit ed690e1

Browse files
committed
...
1 parent 94c32c7 commit ed690e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpdbg_prompt.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ static PHPDBG_COMMAND(list) /* {{{ */
522522
if (zend_hash_find(EG(function_table), expr, expr_len,
523523
(void**)&fbc) == SUCCESS) {
524524
phpdbg_list_function(fbc TSRMLS_CC);
525+
} else {
526+
printf("[Function %s not found]\n", expr);
525527
}
526528
}
527529

0 commit comments

Comments
 (0)