summaryrefslogtreecommitdiff
path: root/ext/standard/php_assert.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2021-02-17 13:42:42 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2021-02-22 15:24:03 +0100
commit4c6533c257cfabd5dd78988bb277f410b2778140 (patch)
tree81f77c32eb3daf8012427417801b9a66afce8f41 /ext/standard/php_assert.h
parentd03be8bf8613571965ec5c033f6dcd607346352a (diff)
downloadphp-git-4c6533c257cfabd5dd78988bb277f410b2778140.tar.gz
Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend
Closes GH-6706
Diffstat (limited to 'ext/standard/php_assert.h')
-rw-r--r--ext/standard/php_assert.h2
1 files changed, 2 insertions, 0 deletions
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 */