spl_exceptions_arginfo.h 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* This is a generated file, edit the .stub.php file instead.
  2. * Stub hash: 07475caecc81ab3b38a04905f874615af1126289 */
  3. static const zend_function_entry class_LogicException_methods[] = {
  4. ZEND_FE_END
  5. };
  6. static const zend_function_entry class_BadFunctionCallException_methods[] = {
  7. ZEND_FE_END
  8. };
  9. static const zend_function_entry class_BadMethodCallException_methods[] = {
  10. ZEND_FE_END
  11. };
  12. static const zend_function_entry class_DomainException_methods[] = {
  13. ZEND_FE_END
  14. };
  15. static const zend_function_entry class_InvalidArgumentException_methods[] = {
  16. ZEND_FE_END
  17. };
  18. static const zend_function_entry class_LengthException_methods[] = {
  19. ZEND_FE_END
  20. };
  21. static const zend_function_entry class_OutOfRangeException_methods[] = {
  22. ZEND_FE_END
  23. };
  24. static const zend_function_entry class_RuntimeException_methods[] = {
  25. ZEND_FE_END
  26. };
  27. static const zend_function_entry class_OutOfBoundsException_methods[] = {
  28. ZEND_FE_END
  29. };
  30. static const zend_function_entry class_OverflowException_methods[] = {
  31. ZEND_FE_END
  32. };
  33. static const zend_function_entry class_RangeException_methods[] = {
  34. ZEND_FE_END
  35. };
  36. static const zend_function_entry class_UnderflowException_methods[] = {
  37. ZEND_FE_END
  38. };
  39. static const zend_function_entry class_UnexpectedValueException_methods[] = {
  40. ZEND_FE_END
  41. };
  42. static zend_class_entry *register_class_LogicException(zend_class_entry *class_entry_Exception)
  43. {
  44. zend_class_entry ce, *class_entry;
  45. INIT_CLASS_ENTRY(ce, "LogicException", class_LogicException_methods);
  46. class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception);
  47. return class_entry;
  48. }
  49. static zend_class_entry *register_class_BadFunctionCallException(zend_class_entry *class_entry_LogicException)
  50. {
  51. zend_class_entry ce, *class_entry;
  52. INIT_CLASS_ENTRY(ce, "BadFunctionCallException", class_BadFunctionCallException_methods);
  53. class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
  54. return class_entry;
  55. }
  56. static zend_class_entry *register_class_BadMethodCallException(zend_class_entry *class_entry_BadFunctionCallException)
  57. {
  58. zend_class_entry ce, *class_entry;
  59. INIT_CLASS_ENTRY(ce, "BadMethodCallException", class_BadMethodCallException_methods);
  60. class_entry = zend_register_internal_class_ex(&ce, class_entry_BadFunctionCallException);
  61. return class_entry;
  62. }
  63. static zend_class_entry *register_class_DomainException(zend_class_entry *class_entry_LogicException)
  64. {
  65. zend_class_entry ce, *class_entry;
  66. INIT_CLASS_ENTRY(ce, "DomainException", class_DomainException_methods);
  67. class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
  68. return class_entry;
  69. }
  70. static zend_class_entry *register_class_InvalidArgumentException(zend_class_entry *class_entry_LogicException)
  71. {
  72. zend_class_entry ce, *class_entry;
  73. INIT_CLASS_ENTRY(ce, "InvalidArgumentException", class_InvalidArgumentException_methods);
  74. class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
  75. return class_entry;
  76. }
  77. static zend_class_entry *register_class_LengthException(zend_class_entry *class_entry_LogicException)
  78. {
  79. zend_class_entry ce, *class_entry;
  80. INIT_CLASS_ENTRY(ce, "LengthException", class_LengthException_methods);
  81. class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
  82. return class_entry;
  83. }
  84. static zend_class_entry *register_class_OutOfRangeException(zend_class_entry *class_entry_LogicException)
  85. {
  86. zend_class_entry ce, *class_entry;
  87. INIT_CLASS_ENTRY(ce, "OutOfRangeException", class_OutOfRangeException_methods);
  88. class_entry = zend_register_internal_class_ex(&ce, class_entry_LogicException);
  89. return class_entry;
  90. }
  91. static zend_class_entry *register_class_RuntimeException(zend_class_entry *class_entry_Exception)
  92. {
  93. zend_class_entry ce, *class_entry;
  94. INIT_CLASS_ENTRY(ce, "RuntimeException", class_RuntimeException_methods);
  95. class_entry = zend_register_internal_class_ex(&ce, class_entry_Exception);
  96. return class_entry;
  97. }
  98. static zend_class_entry *register_class_OutOfBoundsException(zend_class_entry *class_entry_RuntimeException)
  99. {
  100. zend_class_entry ce, *class_entry;
  101. INIT_CLASS_ENTRY(ce, "OutOfBoundsException", class_OutOfBoundsException_methods);
  102. class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
  103. return class_entry;
  104. }
  105. static zend_class_entry *register_class_OverflowException(zend_class_entry *class_entry_RuntimeException)
  106. {
  107. zend_class_entry ce, *class_entry;
  108. INIT_CLASS_ENTRY(ce, "OverflowException", class_OverflowException_methods);
  109. class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
  110. return class_entry;
  111. }
  112. static zend_class_entry *register_class_RangeException(zend_class_entry *class_entry_RuntimeException)
  113. {
  114. zend_class_entry ce, *class_entry;
  115. INIT_CLASS_ENTRY(ce, "RangeException", class_RangeException_methods);
  116. class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
  117. return class_entry;
  118. }
  119. static zend_class_entry *register_class_UnderflowException(zend_class_entry *class_entry_RuntimeException)
  120. {
  121. zend_class_entry ce, *class_entry;
  122. INIT_CLASS_ENTRY(ce, "UnderflowException", class_UnderflowException_methods);
  123. class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
  124. return class_entry;
  125. }
  126. static zend_class_entry *register_class_UnexpectedValueException(zend_class_entry *class_entry_RuntimeException)
  127. {
  128. zend_class_entry ce, *class_entry;
  129. INIT_CLASS_ENTRY(ce, "UnexpectedValueException", class_UnexpectedValueException_methods);
  130. class_entry = zend_register_internal_class_ex(&ce, class_entry_RuntimeException);
  131. return class_entry;
  132. }