Skip to content

Commit 138a73b

Browse files
committed
PFA currently scheduled for PHP 8.6
1 parent fb30ef3 commit 138a73b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/php/lang/ast/unittest/emit/CallableSyntaxTest.class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public function run() {
397397
Assert::equals('ok.', $f('test.'));
398398
}
399399

400-
#[Test, Runtime(php: '>=8.5.0')]
400+
#[Test, Runtime(php: '>=8.6.0')]
401401
public function partial_function_application_variadic_optional_by_ref() {
402402
$f= $this->run('class %T {
403403
public function run() {
@@ -410,7 +410,7 @@ public function run() {
410410
Assert::equals(1, $count);
411411
}
412412

413-
#[Test, Runtime(php: '>=8.5.0')]
413+
#[Test, Runtime(php: '>=8.6.0')]
414414
public function partial_function_application_with_named() {
415415
$r= $this->run('class %T {
416416
@@ -422,7 +422,7 @@ public function run() {
422422
Assert::equals('ok.', $r);
423423
}
424424

425-
#[Test, Runtime(php: '>=8.5.0')]
425+
#[Test, Runtime(php: '>=8.6.0')]
426426
public function partial_function_application_variadic_before_named() {
427427
$r= $this->run('class %T {
428428

0 commit comments

Comments
 (0)