Skip to content

Commit aecd406

Browse files
nielsdostodeveni
andcommitted
Add a regression test for GH-10187
Co-authored-by: todeveni <toni.viemero@iki.fi>
1 parent a161e90 commit aecd406

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--TEST--
2+
GH-10187 (Segfault in stripslashes() with arm64)
3+
--FILE--
4+
<?php
5+
var_dump(stripslashes("1234567890abcde\\"));
6+
?>
7+
--EXPECT--
8+
string(15) "1234567890abcde"

0 commit comments

Comments
 (0)