mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
gdbinit: use ____print_str to print htable keys
I noticed this problem while dumping the contents of EG(function_table), where keys for closures start with a null byte. printf interprets this as a zero-length string and emits nothing. This allows the key to be rendered properly in readable form. Closes GH-6577.
This commit is contained in:
parent
46d6daea7a
commit
6b631f073d
Loading…
Reference in New Issue
Block a user