Zephir is a compiled high level language aimed to the creation of C-extensions for PHP
root@apiServer:~/zephir/zephir# ./bin/zephir build hotpot
LocalContextPassType=short-ternary
STI=short-ternary
STI=short-ternary
CGP=short-ternary
LocalContextPassType=short-ternary
STI=short-ternary
STI=short-ternary
CGP=short-ternary
Warning: Variable "temp3" assigned but not used in Test\Assign::testPropertyArray12 in /root/zephir/zephir/test/assign.zep on 590 [unused-variable]
let temp3 = count(this->myArray);
----------------------------------^
Warning: Variable "temp3" assigned but not used in Test\Assign::testPropertyArray13 in /root/zephir/zephir/test/assign.zep on 607 [unused-variable]
let temp3 = count(this->myArray);
----------------------------------^
Warning: Variable "elements" assigned but not used in Test\Assign::testConstantKeyAssign in /root/zephir/zephir/test/assign.zep on 826 [unused-variable]
let elements = ["abc": 1, ABDAY_1: DAY_1, ABDAY_2: DAY_2];
-----------------------------------------------------------^
Warning: ANNOTATION_REGEX in /root/zephir/zephir/test/constants.zep on 38 [nonexistent-constant]
protected propertyC7 = self::ANNOTATION_REGEX {get};
-----------------------------------------------^
Warning: PARAMETER_REGEX in /root/zephir/zephir/test/constants.zep on 39 [nonexistent-constant]
protected propertyC8 = self::PARAMETER_REGEX {get};
----------------------------------------------^
Warning: Magic constant '__DIR__' is not supported in /root/zephir/zephir/test/constants.zep on 88 [not-supported-magic-constant]
return __DIR__;
-------------------^
Warning: Unreachable code in /root/zephir/zephir/test/fannkuch.zep on 36 [unreachable-code]
}
---^
Warning: Variable "seqi" assigned but not used in Test\Fasta::fastaRepeat in unknown on 0 [unused-variable]
Warning: Variable "iub" assigned but not used in Test\Fasta::main in /root/zephir/zephir/test/fasta.zep on 65 [unused-variable]
"M": 0.02, "N": 0.02, "R": 0.02, "S": 0.02, "V": 0.02, "W": 0.02, "Y": 0.02 ];
----------------------------------------------------------------------------------^
Warning: Variable "homoSap" assigned but not used in Test\Fasta::main in /root/zephir/zephir/test/fasta.zep on 69 [unused-variable]
];
---^
Warning: Variable "c" assigned but not used in Test\FetchTest::testFetchArray1 in /root/zephir/zephir/test/fetchtest.zep on 16 [unused-variable]
return fetch c, a[b];
----------------------^
Warning: Variable "c" assigned but not used in Test\FetchTest::testFetchArray2 in /root/zephir/zephir/test/fetchtest.zep on 22 [unused-variable]
return fetch c, a[b];
----------------------^
Warning: Variable "c" assigned but not used in Test\FetchTest::testFetchArray3 in /root/zephir/zephir/test/fetchtest.zep on 28 [unused-variable]
return fetch c, a[b];
----------------------^
Warning: Variable "c" assigned but not used in Test\FetchTest::testFetchObject1 in /root/zephir/zephir/test/fetchtest.zep on 34 [unused-variable]
return fetch c, a->{b};
------------------------^
Warning: Unreachable code in /root/zephir/zephir/test/flow.zep on 26 [unreachable-code]
return 1;
--------------------^
Warning: Unreachable code in /root/zephir/zephir/test/flow.zep on 46 [unreachable-code]
return 1;
--------------------^
Warning: Unreachable code in /root/zephir/zephir/test/flow.zep on 66 [unreachable-code]
return 1;
--------------------^
Warning: Unreachable code in /root/zephir/zephir/test/flow.zep on 78 [unreachable-code]
return 0;
--------------------^
Warning: Unreachable code in /root/zephir/zephir/test/flow.zep on 87 [unreachable-code]
return 1;
--------------------^
Warning: Unreachable code in /root/zephir/zephir/