Tim
But, Closure::fromCallable problematic:
Warning: Cannot rebind scope of closure created from function, this will be an error in PHP 9 in /in/qso7b on line 26
Unable to bind closure from callable because:
Value of type null is not callable
Tim
But, Closure::fromCallable problematic:
Warning: Cannot rebind scope of closure created from function in /in/qso7b on line 26
Unable to bind closure from callable because:
Value of type null is not callable
Output for 7.4.14 - 7.4.33
Tim
But, Closure::fromCallable problematic:
Warning: Cannot rebind scope of closure created from function in /in/qso7b on line 26
Unable to bind closure from callable because:
Function name must be a string
Tim
But, Closure::fromCallable problematic:
Warning: Cannot rebind scope of closure created by ReflectionFunctionAbstract::getClosure() in /in/qso7b on line 26
Unable to bind closure from callable because:
Function name must be a string
Output for 7.0.0 - 7.0.33
Fatal error: Uncaught Error: Call to undefined method Closure::fromCallable() in /in/qso7b:19
Stack trace:
#0 {main}
thrown in /in/qso7b on line 19
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Parse error: syntax error, unexpected '(', expecting ',' or ';' in /in/qso7b on line 20
Process exited with code 255.