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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lauter dot miriam at gmail dot com
New email:
PHP Version: OS:

 

 [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 Mar 28 23:01:26 2024 UTC