Am 31.05.2017 um 18:16 schrieb Dan Ackroyd:
On 11 January 2017 at 15:42, David Walker <d...@mudsite.com> wrote:
Joe had requested renewed discussion on the accepted RFC[1] and my proposed
PR[2] be brought forward again for implementation discussion, and to come
up with a resolution.
Any
thoughts on a better implementation, or other use cases that need attention
would be appreciated.
Please could you give us an update on the status of the
implementation, and are you still looking for advice on how what would
be needed to complete it?
ps for the record, I just spent an hour today trying to figure out why
code equivalent to
$foo = null;
echo $foo['bar']
wasn't triggering an error, so I hope this can make it for 7.2
because otherwise you couldn't do something like below with a 1-liner
and so that PHP5.4 feature becomes pretty useless because for a isset()
you need to store it in a var
function GetKatMaxSort(): int
{
global $db;
return (int)$db->fetch_row($db->query('select max(hsort) from ' .
sql_prefix . 'haupt', 1, 0))[0];
}
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php