Array_walk_recursive uses anonymous functions. it is found that my local phpStudy integrated environment PHP5.3.26 can pass in an anonymous function in the second parameter, but it is not supported to run php5.3.27 on the test linux host deployed on the company's intranet, a function name string must be passed in for execution. how can I set it to support anonymous functions? Array_walk_recursive: how to use anonymous functions
I found that my local phpStudy integration environment PHP5.3.26 can input an anonymous function in the second parameter, but it is not supported to run php5.3.27 on the testing host deployed on the company's intranet, a function name string must be passed in for execution. how can I set it to support anonymous functions?
Share:
------ Solution --------------------
What is this?
5.3.26 or 5.3.27 or 5.3.29.
It is obviously a mistake in version maintenance. just change the version.
According to the general version maintenance rules, the minor version number is even, and the stability is high.
Now 5.5 has been officially released. What are the lower versions involved?