'Is "result" a reserved array key in PHP 7.4

Is "result" somehow a reserved keyword in PHP arrays?

I have a script where a variable $row contains two values, but acessing the value via the key "result" fails:

This happens both when debugging and running the script in an Apache webserver.

enter image description here

enter image description here

php


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source