Skip to content

Commit 9d8d84e

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: - Value stored to var is never used
2 parents 2497bb9 + 50ab6c6 commit 9d8d84e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/string.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3930,7 +3930,6 @@ static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines)
39303930
new_char_count--;
39313931
}
39323932
if (new_char_count > 0) {
3933-
char_count=new_char_count;
39343933
begin=new_begin;
39353934
}
39363935
}

0 commit comments

Comments
 (0)