diff --git a/tests/bug71997.phpt b/tests/bug71997.phpt new file mode 100644 index 0000000..4c2b757 --- /dev/null +++ b/tests/bug71997.phpt @@ -0,0 +1,22 @@ +--TEST-- +Bug #71997 (One-Dimensional arrays cause segmentation faults) +--SKIPIF-- + +--FILE-- +eval(<<call("nicefunction", array(array('hello', 'world'))); +?> +done +--EXPECT-- +worldworlddone