From 30dc7eb30ef0b4c258678ab91d7f56eb2863dc8c Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Tue, 11 Feb 2014 16:45:50 +0100 Subject: Add one more test to check if call_user_func works at all --- tests/executor/function_call_user_func.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/executor/function_call_user_func.phpt (limited to 'tests/executor/function_call_user_func.phpt') diff --git a/tests/executor/function_call_user_func.phpt b/tests/executor/function_call_user_func.phpt new file mode 100644 index 0000000..8a229d4 --- /dev/null +++ b/tests/executor/function_call_user_func.phpt @@ -0,0 +1,12 @@ +--TEST-- +Testing if call_user_func() actually works +--SKIPIF-- + +--INI-- +suhosin.log.sapi=64 +--FILE-- + +--EXPECTF-- +hello \ No newline at end of file -- cgit v1.3