Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#116446 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes)" "file" => "/home/cookejco/public_html/stjohns5/libraries/vendor_getbible/TrueChristianChurch.Joomla.GetBible/src/Abstraction/Watcher.php" "line" => 209 ] }
* @return object|null The found value
* @since 2.0.1
*/
protected function getTarget(array $match, array &$local): ?object
{
foreach ($local as $_value)
{
if ($_value->{$match['key']} === $match['value'])
{
return $_value;
}
OutOfMemoryError
|
---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) at /home/cookejco/public_html/stjohns5/libraries/vendor_getbible/TrueChristianChurch.Joomla.GetBible/src/Abstraction/Watcher.php:209 |