GDB: format output for class entries and class constants (#15955) For `zend_string` pointers in class entries, show the string contents (if not `NULL`). For class constants, the
GDB: format output for class entries and class constants (#15955) For `zend_string` pointers in class entries, show the string contents (if not `NULL`). For class constants, the `ce` (class entry pointer) field is shown with the name of the class, and the `doc_comment` field is shown with the string contents if possible.
show more ...
|