php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_phpdbg_param Struct Reference

#include <phpdbg_cmd.h>

Data Fields

phpdbg_param_type type
 
zend_long num
 
zend_ulong addr
 
struct { 
 
   char *   name 
 
   zend_ulong   line 
 
file 
 
struct { 
 
   char *   class 
 
   char *   name 
 
method 
 
char * str
 
size_t len
 
phpdbg_param_tnext
 
phpdbg_param_ttop
 

Detailed Description

Definition at line 52 of file phpdbg_cmd.h.

Field Documentation

◆ addr

zend_ulong _phpdbg_param::addr

Definition at line 55 of file phpdbg_cmd.h.

◆ class

char* _phpdbg_param::class

Definition at line 61 of file phpdbg_cmd.h.

◆ [struct]

struct { ... } _phpdbg_param::file

◆ len

size_t _phpdbg_param::len

Definition at line 65 of file phpdbg_cmd.h.

◆ line

zend_ulong _phpdbg_param::line

Definition at line 58 of file phpdbg_cmd.h.

◆ [struct]

struct { ... } _phpdbg_param::method

◆ name

char* _phpdbg_param::name

Definition at line 57 of file phpdbg_cmd.h.

◆ next

phpdbg_param_t* _phpdbg_param::next

Definition at line 66 of file phpdbg_cmd.h.

◆ num

zend_long _phpdbg_param::num

Definition at line 54 of file phpdbg_cmd.h.

◆ str

char* _phpdbg_param::str

Definition at line 64 of file phpdbg_cmd.h.

◆ top

phpdbg_param_t* _phpdbg_param::top

Definition at line 67 of file phpdbg_cmd.h.

◆ type

phpdbg_param_type _phpdbg_param::type

Definition at line 53 of file phpdbg_cmd.h.


The documentation for this struct was generated from the following file: