You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in an "Undefined offset: 1 in PHPInfo.php line 54" which is being triggered by the last line where $phpInfo->get() is being called as part of the response.
The code is running from a Lumen controller (Laravel API).
Versions:
"Lumen": "Lumen (5.6.4) (Laravel Components 5.6.*)",
"PHP": "7.1.19"
The text was updated successfully, but these errors were encountered:
Using the following code in a function:
Results in an "Undefined offset: 1 in PHPInfo.php line 54" which is being triggered by the last line where
$phpInfo->get()
is being called as part of the response.The code is running from a Lumen controller (Laravel API).
Versions:
"Lumen": "Lumen (5.6.4) (Laravel Components 5.6.*)",
"PHP": "7.1.19"
The text was updated successfully, but these errors were encountered: