php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77767 phpdbg break cmd aliases listed in help do not match actual aliases
Submitted: 2019-03-18 16:45 UTC Modified: -
From: lauter dot miriam at gmail dot com Assigned:
Status: Closed Package: phpdbg
PHP Version: master-Git-2019-03-18 (Git) OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 16 = ?
Subscribe to this entry?

 
 [2019-03-18 16:45 UTC] lauter dot miriam at gmail dot com
Description:
------------
Steps to reproduce:

1. run phpdbg
2. enter `help break`

aliases listed are A for at and d for del. The aliases registered in phpdbg_break.c are @ and ~ respectively.

Expected result:
----------------
Help message should show
at alias is @
del alias is ~

Actual result:
--------------
Help message shows
at alias is A
del alias is d

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-03-19 08:56 UTC] nikic@php.net
Automatic comment on behalf of mlauter@etsy.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=09e522322af7268f53d340cbff3d109fab058539
Log: Fix #77767: phpdbg break command help message shows incorrect aliases
 [2019-03-19 08:56 UTC] nikic@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 09:01:27 2024 UTC