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
In the examples, $obj->getInt("pi"); shows how the type-safe getter automatically casts the data, but then goes on to show how $obj->getArray("arrayOfData", "int") throws an error if the array is not all ints. This is inconsistent.
The text was updated successfully, but these errors were encountered:
@rena-ertam028 how interesting that your AI could produce what looks to be a suitable solution in just a few minutes. Are you doing this across the whole of Github, or do you have any particular interest in PHP.Gt repositories?
In the examples,
$obj->getInt("pi");
shows how the type-safe getter automatically casts the data, but then goes on to show how$obj->getArray("arrayOfData", "int")
throws an error if the array is not all ints. This is inconsistent.The text was updated successfully, but these errors were encountered: