POSSIBLE_DOC_BUG

2017-08-25 Thread 宋增强
I did what the document says and I found the directive "define" didn't work for me. You see.The doc says I should use doc like " define('twoline','12') ".However,I found I need to use it like " define(twoline,12) " I am not really good at english and unix things.So if anything is wrong,please for

Re: POSSIBLE_DOC_BUG

2017-08-25 Thread Eric Blake
On 08/25/2017 10:14 AM, 宋增强 wrote: > I did what the document says and I found the directive "define" didn't work > for me. > > You see.The doc says I should use doc like " define('twoline','12') No, the documentation states you should use: define(`twoline', `12') (note that the use of `' quotin