335 Commits (58efbbc13a4d220577fbd8a360471a7f511b4d7e)

Author SHA1 Message Date
Alessio Giacobbe e90d6246ec
fix: enforce interface declaration and merge rules (#59) --skip-tests 1 day ago
Alessio Giacobbe fafd7f25dc
fix: enforce readonly declaration and inheritance rules (#66) 1 day ago
Alessio Giacobbe c578b1d6b0
fix(preprocessor): enforce property-hook placement rules for class properties (#63) --skip-tests 1 day ago
Alessio Giacobbe ea0ea4414a
fix(codegen): keep Zend operand read order around hoisted side effects (#52) --skip-tests 1 day ago
Alessio Giacobbe 8f8ae77ec8
fix(codegen): PHP semantics for division, modulo, shifts and compound assignment on typed scalars (#45) --skip-tests 1 day ago
韩天峰 48c95e9f9b refactor(runtime): optimize request cache storage with single TLS pointer 1 day ago
韩天峰 7768ce177e feat(compiler): add property access caching mechanism for Zend integration 2 days ago
韩天峰 718c3dad25 refactor(translator): replace global variable with singleton pattern 2 days ago
韩天峰 b61b59f808 fix: isolate internal methods from magic call optimization 2 days ago
Echo 3b66b488a3
fix(trait): preserve import context for property defaults (#69) 2 days ago
Alessio Giacobbe 26bfbdda4e
fix(translator): constructor, private-method and abstract redeclaration override rules (#56) --skip-tests 2 days ago
Lucas Raineri Giandon a6cd38ae01
fix(optimizer): round() must not lower a RoundingMode enum to an int (#30) --skip-tests 2 days ago
Alessio Giacobbe 58c3bb64b6
fix(preprocessor): reject abstract method bodies and abstract private class methods (#62) --skip-tests 2 days ago
韩天峰 f03c0b12c6 fix: harden typed constant inheritance 2 days ago
Alessio Giacobbe e2c32adda2
fix(translator): validate overrides of built-in class methods (#55) --skip-tests 2 days ago
Alessio Giacobbe fde9e3a9d8
fix(translator): covariant typed class constants and interface constant contracts (#58) --skip-tests 2 days ago
Alessio Giacobbe 0f1efb52a4
fix(translator): reject static/instance property redeclaration mismatch (#57) --skip-tests 2 days ago
Alessio Giacobbe c6e6997db8
fix(translator): let a trailing child variadic absorb parent parameters (#54) 2 days ago
韩天峰 aa1da2eb54 fix(optimizer): reject foreach-bound loop counters 2 days ago
韩天峰 24924673ec test: cover by-reference return override semantics 2 days ago
韩天峰 35f6110842 devirtualize statically exact magic calls 2 days ago
韩天峰 10f16726e0 optimize non-native integer hot paths 2 days ago
Alessio Giacobbe 20f0b5a284
fix(codegen): evaluate compound ??= RHS only when the target is not set (#47) 2 days ago
Alessio Giacobbe 0c69b8b357
fix(translator): allow overrides to add a by-ref return (#53) --skip-tests 2 days ago
Alessio Giacobbe 407953c094
fix(parser): classify auto-Decimal literals by real mantissa precision (#50) --skip-tests 2 days ago
Alessio Giacobbe d00c63a049
fix(parser): resolve PHP_INT_MAX/MIN folds case-sensitively with namespace rules (#49) --skip-tests 2 days ago
Alessio Giacobbe 284abddba6
fix(gen_stub): spell PHP_INT_MIN constants with ZEND_LONG_MIN (#48) --skip-tests 2 days ago
Alessio Giacobbe e259b3fbd1
fix(parser): parenthesize unary minus operands that can change the C++ parse (#46) --skip-tests 2 days ago
Echo 014d5d55cb
fix(optimizer): handle internal class literals in get_parent_class (#44) 2 days ago
韩天峰 af466b067c fix(parser): handle compound assignment operations on typed properties 3 days ago
xiaoyin199 8c0d52d330
fix(preprocessor): finalize method override flags before conversion (#42) 3 days ago
韩天峰 7d698987d7 fix(trait): preserve late-bound abstract type semantics 3 days ago
Alessio Giacobbe ed65cd2a6b
fix(translator): validate abstract trait requirements, isolate alias flags 3 days ago
韩天峰 f16262142e fix(installer): parse php-config flags safely, fix gh-36 4 days ago
韩天峰 312a796498 fix(optimizer): preserve strict builtin validation 4 days ago
韩天峰 9ad213ea64 fix(optimizer): preserve unpacked call semantics 4 days ago
hafung 9f6e31c539 fix(optimizer): preserve typed builtin argument validation 4 days ago
Giandonn c291d79703 fix(optimizer): keep unpacked and named conversion arguments dynamic 4 days ago
Giandonn 6b6ce4fc82 fix(optimizer): restrict the count() literal fold to provably inert items 4 days ago
韩天峰 b906bfce1a test(generator): restore locale after float formatting test 5 days ago
韩天峰 057c217800 fix(optimizer): preserve class_exists autoload evaluation 5 days ago
韩天峰 287a1f5d84 refactor: use PHPX internal class entry API 5 days ago
韩天峰 7862541161 fix object throws and internal parent lookup 5 days ago
pratik bhujel 2d81626a84 fix(generator): normalize float literal emission and handle INF/NAN constants 5 days ago
Giandonn 93909274e2 fix(optimizer): intval() with a base must not drop the base 5 days ago
Giandonn 8328c4b50a style: apply the project file header to the new test files 5 days ago
Giandonn c4ce700868 fix(optimizer): class_exists() must not fold a trait name to true 5 days ago
Giandonn 044ba91094 fix(optimizer): stop folding count() on unfoldable array literals 5 days ago
韩天峰 7159cf9b78 test: cover invalid multi-level loop control 6 days ago
韩天峰 22486ec56d test: cover invalid multi-level loop control 6 days ago