From 53158f2c32c71bddbfaa390c0c4758bc98540946 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Mon, 23 Jun 2014 10:10:17 +0200 Subject: [PATCH] testcase for 67468 (only for debug build, as I could not create a stable segfault without loading other exts like pgsql) --- Zend/tests/67468.phpt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Zend/tests/67468.phpt diff --git a/Zend/tests/67468.phpt b/Zend/tests/67468.phpt new file mode 100644 index 0000000000..767217644a --- /dev/null +++ b/Zend/tests/67468.phpt @@ -0,0 +1,11 @@ +--TEST-- +Bug #67468 (Segfault in highlight_file()/highlight_string()) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +done -- 2.50.1