Skip to content

Commit 8a62104

Browse files
authored
Update url.c
1 parent 90f8635 commit 8a62104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/url.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static void parse_url_free_uri(void *uri)
5959

6060
static void php_replace_controlchars(char *str, size_t len)
6161
{
62-
assert(str != NULL);
62+
ZEND_ASSERT(str != NULL);
6363

6464
wchar_t wbuf[len];
6565
memset(wbuf, 0, sizeof(wbuf));

0 commit comments

Comments
 (0)