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
{{ message }}
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
Zephir\ParseException: Syntax error in /home/flip101/zep/properties.zep on line 16
if !(is_scalar(v)) and !(is_array(v)) {
-------------------------------------^
in php
error
documentation: http://docs.zephir-lang.com/en/latest/operators.html#logical-operators
be aware that in php
and
and&&
do not have the same precedence, so be careful when converting them to zephir. https://secure.php.net/manual/en/language.operators.precedence.phpThe text was updated successfully, but these errors were encountered: