diff options
| author | Thies C. Arntzen <thies@php.net> | 2000-05-10 09:40:46 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2000-05-10 09:40:46 +0000 |
| commit | 354272315ab1c02dca3b730e1c091f2bf9f03d4c (patch) | |
| tree | 6c49c6ce186a870357b59053adb60a58d0955365 | |
| parent | ee3c06a533f86fba4085e4f2af28752c5724f9c1 (diff) | |
| download | php-git-354272315ab1c02dca3b730e1c091f2bf9f03d4c.tar.gz | |
make waning readable
| -rw-r--r-- | Zend/zend_compile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 24ab94cd37..a2e0f0c0db 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -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); } |
