Skip to content

Commit bb5be65

Browse files
committed
Require zend_constants.stub.php from zend_exceptions.stubs.php
Because E_ERROR is referenced in this file
1 parent 0bddbab commit bb5be65

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Zend/zend_exceptions.stub.php

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
/** @generate-class-entries */
44

5+
require "zend_constants.stub.php";
6+
57
interface Throwable extends Stringable
68
{
79
public function getMessage(): string;

Zend/zend_exceptions_arginfo.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)