Require zend_constants.stub.php from zend_exceptions.stubs.php

Because E_ERROR is referenced in this file
This commit is contained in:
Máté Kocsis 2022-07-12 10:35:03 +02:00
parent 0bddbab084
commit bb5be650c6
No known key found for this signature in database
GPG key ID: FD055E41728BF310
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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()