TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
韩天峰 d19809af9b Reclassify phpt test files 2 days ago
..
any-expression-positions.phpt mv tests/aot to tests/compiler 2 months ago
any.phpt mv tests/aot to tests/compiler 2 months ago
backtick.phpt mv tests/aot to tests/compiler 2 months ago
basic_variables.phpt mv tests/aot to tests/compiler 2 months ago
bool-001.phpt mv tests/aot to tests/compiler 2 months ago
clone-expression-side-effects.phpt mv tests/aot to tests/compiler 2 months ago
clone-with-basic.phpt feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
clone-with-callable.phpt feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
clone-with-dynamic-properties.phpt feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
clone-with-errors.phpt feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
clone-with-property-hooks.phpt test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 4 days ago
clone-with-references.phpt feat(compiler): add PHP 8.5 clone-with support and scope handling 4 days ago
clone-with-scope-readonly.phpt test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 4 days ago
clone-with-trait-scope.phpt test(clone-with): add comprehensive tests for PHP 8.5 clone-with functionality 4 days ago
clone.phpt mv tests/aot to tests/compiler 2 months ago
condition-assign.phpt mv tests/aot to tests/compiler 2 months ago
datetime_builtin_class.phpt test(datetime): update datetime builtin class tests with explicit format parsing 3 weeks ago
declare-encoding-utf8.phpt mv tests/aot to tests/compiler 2 months ago
echo-assignment-expression.phpt mv tests/aot to tests/compiler 2 months ago
embedded-null-string.phpt mv tests/aot to tests/compiler 2 months ago
error-suppress-restore.phpt mv tests/aot to tests/compiler 2 months ago
error-suppress.phpt mv tests/aot to tests/compiler 2 months ago
eval-test.phpt mv tests/aot to tests/compiler 2 months ago
exit-named-message.phpt feat(parser): add support for final promoted properties and exit named arguments 4 days ago
exit-string.phpt mv tests/aot to tests/compiler 2 months ago
exit-test.phpt mv tests/aot to tests/compiler 2 months ago
exit-zero.phpt mv tests/aot to tests/compiler 2 months ago
extends-redis.phpt refactor(compiler): replace output parameters with return values and adjust visibility 2 months ago
fib.phpt mv tests/aot to tests/compiler 2 months ago
file_operations.phpt mv tests/aot to tests/compiler 2 months ago
global-003.phpt mv tests/aot to tests/compiler 2 months ago
global-int.phpt mv tests/aot to tests/compiler 2 months ago
global-vars-002.phpt mv tests/aot to tests/compiler 2 months ago
global-vars.phpt mv tests/aot to tests/compiler 2 months ago
globals-assign-ref.phpt mv tests/aot to tests/compiler 2 months ago
globals-ref-arg.phpt mv tests/aot to tests/compiler 2 months ago
helper-symbol-collision.phpt refactor(generator): replace php prefixed helper functions with php namespace 1 week ago
heredoc.phpt mv tests/aot to tests/compiler 2 months ago
include-expression-side-effects.phpt mv tests/aot to tests/compiler 2 months ago
include.phpt mv tests/aot to tests/compiler 2 months ago
json-exception-boundary.phpt test(json): add test case for JSON exception boundary behavior 3 weeks ago
local-class-constant-declaration-initializer.phpt refactor(parser): update local variable initializer hoisting logic 1 week ago
local-constant-declaration-initializer.phpt refactor(parser): update local variable initializer hoisting logic 1 week ago
local-literal-declaration-initializer.phpt refactor(parser): update local variable initializer hoisting logic 1 week ago
magic-constants.phpt mv tests/aot to tests/compiler 2 months ago
main-func.phpt mv tests/aot to tests/compiler 2 months ago
math_functions.phpt mv tests/aot to tests/compiler 2 months ago
method-call.phpt mv tests/aot to tests/compiler 2 months ago
multi-var-assign-chained.phpt mv tests/aot to tests/compiler 2 months ago
multi-var-assign.phpt mv tests/aot to tests/compiler 2 months ago
negative-string-offset.phpt Reclassify phpt test files 2 days ago
nullable-bool.phpt mv tests/aot to tests/compiler 2 months ago
numeric-literal-syntax.phpt test(compiler): add comprehensive test coverage for PHP language features 5 days ago
object-arg.phpt mv tests/aot to tests/compiler 2 months ago
objval.phpt mv tests/aot to tests/compiler 2 months ago
pi.phpt mv tests/aot to tests/compiler 2 months ago
pipe-operator.phpt mv tests/aot to tests/compiler 2 months ago
pow-int-overflow-native-type.phpt test: split PHP 8.5 numeric warnings 3 days ago
pow-int-overflow-warning-php85.phpt test: split PHP 8.5 numeric warnings 3 days ago
pow-int-overflow.phpt mv tests/aot to tests/compiler 2 months ago
return-assign-array-dim.phpt mv tests/aot to tests/compiler 2 months ago
return-assign-set-prop-trait.phpt mv tests/aot to tests/compiler 2 months ago
return-assign-set-prop.phpt mv tests/aot to tests/compiler 2 months ago
return-ternary.phpt mv tests/aot to tests/compiler 2 months ago
return-void.phpt mv tests/aot to tests/compiler 2 months ago
shell-exec.phpt mv tests/aot to tests/compiler 2 months ago
static-prop.phpt mv tests/aot to tests/compiler 2 months ago
std_builtin.phpt docs: add big number inplace optimization plan and update bool conversion 4 weeks ago
string-item-isset.phpt mv tests/aot to tests/compiler 2 months ago
test_include.inc mv tests/aot to tests/compiler 2 months ago
test_include_return.inc mv tests/aot to tests/compiler 2 months ago
trait-private-property-write-inherited.phpt mv tests/aot to tests/compiler 2 months ago
unset-dim-side-effects.phpt mv tests/aot to tests/compiler 2 months ago
unset-typed-object-reassign.phpt Python 互调用支持 3 weeks ago
unset-typed-object-state.phpt Python 互调用支持 3 weeks ago
unset.phpt mv tests/aot to tests/compiler 2 months ago
variable-variables.phpt mv tests/aot to tests/compiler 2 months ago
void-cast.phpt feat(parser): add support for PHP 8.5 void cast syntax 5 days ago
void-expression-null.phpt mv tests/aot to tests/compiler 2 months ago
weak-reference-expression-lifetime.phpt fix(parser): handle temporary variable cleanup for weak reference expressions 3 weeks ago