strange behaviour code (PHP) throws error but not if I end the flow. Hard to debug
Summary The issue at hand is a runtime error in a PHP script that occurs when trying to access an array offset on a value of type int. The error is intermittent, only happening when the script is run without debugging statements like var_dump and die. This behavior is hard to debug because it seems … Read more