Warning: A non-numeric value encountered in C:\Program Files (x86)\Ampps\www\Symfony_project\lib\vendor\symfony1\lib\yaml\sfYamlInline.php(138) : runtime-created function on line 1
Use php 7.1
if (
(1 == count($keys) && '0' == $keys[0])
||
Line 138-> (count($keys) > 1 && array_reduce($keys, create_function('$v,$w', 'return (integer) $v + $w;'), 0) == count($keys) * (count($keys) - 1) / 2))
23 0.1704 3586632 __lambda_func( ) ...\sfYamlInline.php:138
How to fix?
create_function(which admittedly no one should have been using since PHP 5.3 came out) - iainneval. - chris85