]> granicus.if.org Git - php/commitdiff
missing comma
authorAntony Dovgal <tony2001@php.net>
Mon, 15 Jan 2007 10:08:34 +0000 (10:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 15 Jan 2007 10:08:34 +0000 (10:08 +0000)
Zend/zend_compile.c

index 9aaf14db36aff345eae2c44da519ab52c92092a7..6d2338622f96aae7522197f5b91fe3b10f8dfa2f 100644 (file)
@@ -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]"));
        }