Skip to content

Commit 5f0b02d

Browse files
Fix typo
1 parent 09d1026 commit 5f0b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/filter/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t
314314
* more specific cookies with the less specific ones.
315315
*/
316316
if (UNEXPECTED(arg == PARSE_COOKIE && orig_array_ptr &&
317-
zend_symtable_str_exists(Z_ARRVAL_P(orig_array_ptr), var, str_len(var)))) {
317+
zend_symtable_str_exists(Z_ARRVAL_P(orig_array_ptr), var, strlen(var)))) {
318318
return 0;
319319
}
320320

0 commit comments

Comments
 (0)