projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56efb8
)
Fixed test (extract is no affected)
author
Xinchen Hui
<laruence@gmail.com>
Sat, 26 Dec 2015 05:31:42 +0000
(21:31 -0800)
committer
Xinchen Hui
<laruence@gmail.com>
Sat, 26 Dec 2015 05:31:42 +0000
(21:31 -0800)
ext/standard/tests/array/bug71220.phpt
patch
|
blob
|
history
diff --git
a/ext/standard/tests/array/bug71220.phpt
b/ext/standard/tests/array/bug71220.phpt
index 2a852a6e710ff32349b2b25d64cc90512d5a97c2..28b5c08a8a89922ea5f311a28a7ce27c83583501 100644
(file)
--- a/
ext/standard/tests/array/bug71220.phpt
+++ b/
ext/standard/tests/array/bug71220.phpt
@@
-2,7
+2,7
@@
Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
--FILE--
<?php
-ob_start("
extr
act");
+ob_start("
comp
act");
ob_end_clean();
?>
okey