[PHP-DEV] Re: [Proposal] Struct Data Types

2019-03-15 Thread Kenneth Ellis McCall
Kenneth Ellis McCall wrote: Hey all, I'm looking to get feedback on a RFC I want to propose. PHP RFC: Addition of the 'struct' data type. Hey all, Hopefully this addresses the questions you had in someway, even if it's not a direct answer and might propose other things

Re: [PHP-DEV] Deprecate short_open_tag ini directive? PHP internals

2019-03-15 Thread Kenneth Ellis McCall
G. P. B. wrote: currently going through the PHP doc to remove mentions of PHP 4 and stumbled upon the short_open_tag ini directive [1] which only affects the availability of ` I would like to see that. "Question mark equals what?". If you want to go further, dropping the PHP tag altogether woul

[PHP-DEV] [Proposal] Struct Data Types

2019-03-14 Thread Kenneth Ellis McCall
Hey all, I'm looking to get feedback on a RFC I want to propose. PHP RFC: Addition of the 'struct' data type. Introduction: PHP has many data types, but does not offer something that is the equivalent to the C struct data type. The purpose of this RFC is to propose a data type of 'struct', w