phpdbg_arginfo.h 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* This is a generated file, edit the .stub.php file instead.
  2. * Stub hash: dc2e5420ea396c6235429c9606875ad2332811cb */
  3. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_next, 0, 0, IS_VOID, 0)
  4. ZEND_END_ARG_INFO()
  5. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_file, 0, 2, IS_VOID, 0)
  6. ZEND_ARG_TYPE_INFO(0, file, IS_STRING, 0)
  7. ZEND_ARG_TYPE_INFO(0, line, IS_LONG, 0)
  8. ZEND_END_ARG_INFO()
  9. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_method, 0, 2, IS_VOID, 0)
  10. ZEND_ARG_TYPE_INFO(0, class, IS_STRING, 0)
  11. ZEND_ARG_TYPE_INFO(0, method, IS_STRING, 0)
  12. ZEND_END_ARG_INFO()
  13. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_break_function, 0, 1, IS_VOID, 0)
  14. ZEND_ARG_TYPE_INFO(0, function, IS_STRING, 0)
  15. ZEND_END_ARG_INFO()
  16. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_color, 0, 2, IS_VOID, 0)
  17. ZEND_ARG_TYPE_INFO(0, element, IS_LONG, 0)
  18. ZEND_ARG_TYPE_INFO(0, color, IS_STRING, 0)
  19. ZEND_END_ARG_INFO()
  20. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_prompt, 0, 1, IS_VOID, 0)
  21. ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
  22. ZEND_END_ARG_INFO()
  23. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_phpdbg_exec, 0, 1, MAY_BE_STRING|MAY_BE_BOOL)
  24. ZEND_ARG_TYPE_INFO(0, context, IS_STRING, 0)
  25. ZEND_END_ARG_INFO()
  26. #define arginfo_phpdbg_clear arginfo_phpdbg_break_next
  27. #define arginfo_phpdbg_start_oplog arginfo_phpdbg_break_next
  28. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_end_oplog, 0, 0, IS_ARRAY, 1)
  29. ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
  30. ZEND_END_ARG_INFO()
  31. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_phpdbg_get_executable, 0, 0, IS_ARRAY, 0)
  32. ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
  33. ZEND_END_ARG_INFO()
  34. ZEND_FUNCTION(phpdbg_break_next);
  35. ZEND_FUNCTION(phpdbg_break_file);
  36. ZEND_FUNCTION(phpdbg_break_method);
  37. ZEND_FUNCTION(phpdbg_break_function);
  38. ZEND_FUNCTION(phpdbg_color);
  39. ZEND_FUNCTION(phpdbg_prompt);
  40. ZEND_FUNCTION(phpdbg_exec);
  41. ZEND_FUNCTION(phpdbg_clear);
  42. ZEND_FUNCTION(phpdbg_start_oplog);
  43. ZEND_FUNCTION(phpdbg_end_oplog);
  44. ZEND_FUNCTION(phpdbg_get_executable);
  45. static const zend_function_entry ext_functions[] = {
  46. ZEND_FE(phpdbg_break_next, arginfo_phpdbg_break_next)
  47. ZEND_FE(phpdbg_break_file, arginfo_phpdbg_break_file)
  48. ZEND_FE(phpdbg_break_method, arginfo_phpdbg_break_method)
  49. ZEND_FE(phpdbg_break_function, arginfo_phpdbg_break_function)
  50. ZEND_FE(phpdbg_color, arginfo_phpdbg_color)
  51. ZEND_FE(phpdbg_prompt, arginfo_phpdbg_prompt)
  52. ZEND_FE(phpdbg_exec, arginfo_phpdbg_exec)
  53. ZEND_FE(phpdbg_clear, arginfo_phpdbg_clear)
  54. ZEND_FE(phpdbg_start_oplog, arginfo_phpdbg_start_oplog)
  55. ZEND_FE(phpdbg_end_oplog, arginfo_phpdbg_end_oplog)
  56. ZEND_FE(phpdbg_get_executable, arginfo_phpdbg_get_executable)
  57. ZEND_FE_END
  58. };