From 4c6533c257cfabd5dd78988bb277f410b2778140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Wed, 17 Feb 2021 13:42:42 +0100 Subject: Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend Closes GH-6706 --- ext/standard/php_assert.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/php_assert.h') diff --git a/ext/standard/php_assert.h b/ext/standard/php_assert.h index a0d81ed84e..596632d9a5 100644 --- a/ext/standard/php_assert.h +++ b/ext/standard/php_assert.h @@ -23,4 +23,6 @@ PHP_RINIT_FUNCTION(assert); PHP_RSHUTDOWN_FUNCTION(assert); PHP_MINFO_FUNCTION(assert); +extern PHPAPI zend_class_entry *assertion_error_ce; + #endif /* PHP_ASSERT_H */ -- cgit v1.2.1