mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
TSRMLS_CC missing
This commit is contained in:
parent
2475207588
commit
695decf7e1
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ static PHPDBG_COMMAND(break) /* {{{ */
|
|||
return SUCCESS;
|
||||
}
|
||||
|
||||
switch (phpdbg_parse_param(expr, expr_len, ¶m)) {
|
||||
switch (phpdbg_parse_param(expr, expr_len, ¶m TSRMLS_CC)) {
|
||||
case ADDR_PARAM:
|
||||
phpdbg_set_breakpoint_opline(param.addr TSRMLS_CC);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue