Hello,
I am trying to fetch some array contents in php from Zephir by creating a getter with the shortcut but it always returns NULL.
private static locales = [
"en_US",
"en_UK"
] {get, toString};
echo "getSupported_locales : " . print_r($f->getSupported_locales()->values) ."\n" ;
Returns:
getSupported_locales : 1
NULL