Re: [PHP-DEV] is_literal() + WordPress

2020-03-22 Thread Mike Schinkel
> On Mar 22, 2020, at 7:14 PM, Craig Francis wrote: > > On Sun, 22 Mar 2020 at 19:11, Mike Schinkel wrote: >> IMO getting that in WordPress core is highly unlikely > > Good point, like all systems, WordPress will need to consider older versions > of PHP. > > But, because this is a new functio

Re: [PHP-DEV] is_literal() + WordPress

2020-03-22 Thread Craig Francis
On Sun, 22 Mar 2020 at 19:11, Mike Schinkel wrote: > IMO getting that in WordPress core is highly unlikely Good point, like all systems, WordPress will need to consider older versions of PHP. But, because this is a new function, they can avoid that issue by using `function_exists()`, as in..