Closed quantrpeter closed 2 years ago
Hi if i "$json = JsonMachine::fromFile($_FILES["file"]["tmp_name"]);" a large file and foreach to loop it, it crash
foreach ($json as $e) { $element = (object)$e; }
If i add "var_dump($element);" inside the foreach loop, it back to work. why?
thanks Peter
Hi, can you please provide the json structure and the error message? Thanks
Closing for now. Feel free to reopen if the problem persists.
Hi if i "$json = JsonMachine::fromFile($_FILES["file"]["tmp_name"]);" a large file and foreach to loop it, it crash
If i add "var_dump($element);" inside the foreach loop, it back to work. why?
thanks Peter