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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Feb 14 22:01:29 2025 UTC