We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f8635 commit 8a62104Copy full SHA for 8a62104
ext/standard/url.c
@@ -59,7 +59,7 @@ static void parse_url_free_uri(void *uri)
59
60
static void php_replace_controlchars(char *str, size_t len)
61
{
62
- assert(str != NULL);
+ ZEND_ASSERT(str != NULL);
63
64
wchar_t wbuf[len];
65
memset(wbuf, 0, sizeof(wbuf));
0 commit comments