Skip to content

Commit

Permalink
Fix ZPP arginfo violation
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Nov 8, 2023
1 parent 510a9ea commit 488b47d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/zend_test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ static ZEND_FUNCTION(zend_test_crash)

static ZEND_FUNCTION(zend_test_is_pcre_bundled)
{
ZEND_PARSE_PARAMETERS_NONE();
#if HAVE_BUNDLED_PCRE
RETURN_TRUE;
#else
Expand Down

0 comments on commit 488b47d

Please sign in to comment.