File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 'array_search ' ,
1515 'forward_static_call ' ,
1616 'forward_static_call_array ' ,
17- 'readdir ' , //the documentation is false: the function return false at the end of the iteration
18- 'apcu_delete ' , //apcu_delete returns false when the $key does not exist in the cache store
19- 'filter_has_var ' , //this function is meant to return true or false
20- 'array_multisort ' , // this function si too buggy, see PR #113 on github
21- ];
17+ 'readdir ' , // the documentation is false: the function returns false at the end of the iteration
18+ 'apcu_delete ' , // apcu_delete returns false when the $key does not exist in the cache store
19+ 'filter_has_var ' , // this function is meant to return a boolean
20+ 'array_multisort ' , // this function is too buggy, see PR #113 on GitHub
21+ ];
You can’t perform that action at this time.
0 commit comments