php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_arginfo.h
Go to the documentation of this file.
1/* This is a generated file, edit the .stub.php file instead.
2 * Stub hash: 08e29f02953f23bfce6ce04f435227b4e5e61545 */
3
4ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_next, 0, 0, IS_VOID, 0)
6
7ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_file, 0, 2, IS_VOID, 0)
11
12ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_method, 0, 2, IS_VOID, 0)
13 ZEND_ARG_TYPE_INFO(0, class, IS_STRING, 0)
14 ZEND_ARG_TYPE_INFO(0, method, IS_STRING, 0)
16
17ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_function, 0, 1, IS_VOID, 0)
20
21ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_color, 0, 2, IS_VOID, 0)
22 ZEND_ARG_TYPE_INFO(0, element, IS_LONG, 0)
25
26ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_prompt, 0, 1, IS_VOID, 0)
27 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
29
33
34#define arginfo_phpdbg_clear arginfo_phpdbg_break_next
35
36#define arginfo_phpdbg_start_oplog arginfo_phpdbg_break_next
37
38ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_end_oplog, 0, 0, IS_ARRAY, 1)
41
42ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_get_executable, 0, 0, IS_ARRAY, 0)
45
57
58static const zend_function_entry ext_functions[] = {
59 ZEND_FE(phpdbg_break_next, arginfo_phpdbg_break_next)
60 ZEND_FE(phpdbg_break_file, arginfo_phpdbg_break_file)
61 ZEND_FE(phpdbg_break_method, arginfo_phpdbg_break_method)
62 ZEND_FE(phpdbg_break_function, arginfo_phpdbg_break_function)
63 ZEND_FE(phpdbg_color, arginfo_phpdbg_color)
64 ZEND_FE(phpdbg_prompt, arginfo_phpdbg_prompt)
65 ZEND_FE(phpdbg_exec, arginfo_phpdbg_exec)
68 ZEND_FE(phpdbg_end_oplog, arginfo_phpdbg_end_oplog)
69 ZEND_FE(phpdbg_get_executable, arginfo_phpdbg_get_executable)
71};
72
73static void register_phpdbg_symbols(int module_number)
74{
79}
file(string $filename, int $flags=0, $context=null)
short color
int line
Definition php_ffi.h:54
PHP_JSON_API size_t int options
Definition php_json.h:102
#define PHPDBG_VERSION
Definition phpdbg.h:94
phpdbg_break_next()
phpdbg_clear()
phpdbg_break_function(string $function)
phpdbg_prompt(string $string)
phpdbg_exec(string $context)
phpdbg_break_method(string $class, string $method)
phpdbg_start_oplog()
phpdbg_end_oplog(array $options=[])
phpdbg_get_executable(array $options=[])
phpdbg_color(int $element, string $color)
phpdbg_break_file(string $file, int $line)
#define arginfo_phpdbg_clear
#define arginfo_phpdbg_start_oplog
#define PHPDBG_COLOR_PROMPT
#define PHPDBG_COLOR_NOTICE
#define PHPDBG_COLOR_ERROR
Definition dce.c:49
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(name, return_reference, required_num_args, type)
Definition zend_API.h:185
#define ZEND_FE_END
Definition zend_API.h:124
struct _zend_function_entry zend_function_entry
#define ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, allow_null)
Definition zend_API.h:205
#define ZEND_END_ARG_INFO()
Definition zend_API.h:219
#define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_value)
Definition zend_API.h:140
#define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null)
Definition zend_API.h:138
#define ZEND_FE(name, arg_info)
Definition zend_API.h:86
#define ZEND_FUNCTION(name)
Definition zend_API.h:75
#define REGISTER_STRING_CONSTANT(name, str, flags)
#define CONST_PERSISTENT
#define REGISTER_LONG_CONSTANT(name, lval, flags)
#define MAY_BE_STRING
#define MAY_BE_BOOL
#define IS_STRING
Definition zend_types.h:606
#define IS_ARRAY
Definition zend_types.h:607
#define IS_VOID
Definition zend_types.h:617
#define IS_LONG
Definition zend_types.h:604
function(EX_VAR(opline->result.var))