summaryrefslogtreecommitdiff
path: root/tests/lang/028.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/028.phpt')
-rw-r--r--tests/lang/028.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/028.phpt b/tests/lang/028.phpt
index 2c51b79cb2..0c2f2f0756 100644
--- a/tests/lang/028.phpt
+++ b/tests/lang/028.phpt
@@ -19,7 +19,7 @@ function still_working()
function dafna()
{
static $foo = 0;
-
+
print "Dafna!\n";
print call_user_func("still_working")."\n";
$foo++;