From 7b70e5be45b333fbc66d0c5f22504cd58dc5033b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 15 Jan 2007 10:08:34 +0000 Subject: [PATCH] missing comma --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 9aaf14db36..6d2338622f 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1538,7 +1538,7 @@ void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC) "Call-time pass-by-reference has been deprecated; " "If you would like to pass it by reference, modify the declaration of %s(). " "If you would like to enable call-time pass-by-reference, you can set " - "allow_call_time_pass_reference to true in your INI file. " + "allow_call_time_pass_reference to true in your INI file. ", (function_ptr?function_ptr->common.function_name:"[runtime function name]")); } -- 2.40.0