We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/cast.zep
function testArrayCastFromVariable() { var uids = 1; let uids = (array) uids; return uids; }
t.php
<?php print_r(testArrayCastFromVariable());
result empty:
Array ( )
The text was updated successfully, but these errors were encountered:
a6c9d0c
Merge pull request #1921 from chrysanthemum/development
18e7794
Fix #1917 #1923 AssignSuperGlobals && ArrayCastFromVariable
Fixed in the development branch. Feel free to open a new issue if the problem appears again. Thank you for contributing.
development
Sorry, something went wrong.
Fix zephir-lang#1923 ArrayCastFromVariable
6fd3794
fix bug: zephir-lang#1923
No branches or pull requests
test/cast.zep
t.php
result empty:
The text was updated successfully, but these errors were encountered: