debugging helper for PHP developers
Questions tagged [kint]
16 questions
0
votes
1 answer
iterator_to_array freezes, e.g. gets Fatal error: Maximum execution time of 30 seconds exceeded
i get
Fatal error: Maximum execution time of 30 seconds exceeded in
../src/kint/parsers/custom/objectiterateable.php on line 10
the problematic line does this:
$arrayCopy = iterator_to_array( $variable, true );
some lines around it:
if (…

Toskan
- 13,911
- 14
- 95
- 185