From: Antony Dovgal Date: Mon, 15 Jan 2007 10:08:34 +0000 (+0000) Subject: missing comma X-Git-Tag: php-5.2.1RC3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b70e5be45b333fbc66d0c5f22504cd58dc5033b;p=php missing comma --- 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]")); }