]> granicus.if.org Git - php/commitdiff
make waning readable
authorThies C. Arntzen <thies@php.net>
Wed, 10 May 2000 09:40:46 +0000 (09:40 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 10 May 2000 09:40:46 +0000 (09:40 +0000)
Zend/zend_compile.c

index 24ab94cd37e51b797a648d1dbce311a9656967b2..a2e0f0c0db33974d3b4b75548346828428808184 100644 (file)
@@ -905,9 +905,9 @@ void do_pass_param(znode *param, int op, int offset CLS_DC)
                zend_error(E_COMPILE_WARNING,
                                        "Call-time pass-by-reference has been deprecated - argument passed by value;  "
                                        "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"
+                                       "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.  "
-                                       "However, future versions may not support this any longer.",
+                                       "However, future versions may not support this any longer. ",
                                        (function_ptr?function_ptr->common.function_name:"[runtime function name]"),
                                        offset+1);
        }