mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Require zend_constants.stub.php from zend_exceptions.stubs.php
Because E_ERROR is referenced in this file
This commit is contained in:
parent
0bddbab084
commit
bb5be650c6
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
/** @generate-class-entries */
|
/** @generate-class-entries */
|
||||||
|
|
||||||
|
require "zend_constants.stub.php";
|
||||||
|
|
||||||
interface Throwable extends Stringable
|
interface Throwable extends Stringable
|
||||||
{
|
{
|
||||||
public function getMessage(): string;
|
public function getMessage(): string;
|
||||||
|
|
2
Zend/zend_exceptions_arginfo.h
generated
2
Zend/zend_exceptions_arginfo.h
generated
|
@ -1,5 +1,5 @@
|
||||||
/* This is a generated file, edit the .stub.php file instead.
|
/* This is a generated file, edit the .stub.php file instead.
|
||||||
* Stub hash: bee3fd13c5d5a6d09e217452998389d1b595157a */
|
* Stub hash: 4cf2c620393f468968a219b5bd12a2b5f6b03ecc */
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, IS_STRING, 0)
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, IS_STRING, 0)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue