Skip to content

Commit be0ff24

Browse files
committed
Enable bundle of phpt tests for k2
Signed-off-by: Petr Shumilov <p.shumilov@vkteam.ru>
1 parent 1803e7b commit be0ff24

240 files changed

Lines changed: 242 additions & 242 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/phpt/array/028_explode_error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@kphp_should_fail k2_skip
1+
@kphp_should_fail
22
/isset, !==, ===, is_array or similar function result may differ from PHP/
33
/ExprNode explode\[\.\] at 028_explode_error\.php:7/
44
<?php

tests/phpt/array/029_explode_error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@kphp_should_fail k2_skip
1+
@kphp_should_fail
22
/isset, !==, ===, is_array or similar function result may differ from PHP/
33
<?php
44

tests/phpt/array/031_explode_error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@kphp_should_fail k2_skip
1+
@kphp_should_fail
22
/isset, !==, ===, is_array or similar function result may differ from PHP/
33
/ExprNode explode\[\.\] at 031_explode_error\.php:7/
44
<?php

tests/phpt/array_access/002_set_append.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
require_once 'kphp_tester_include.php';
44

tests/phpt/array_access/003_as_array_access.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
require_once 'kphp_tester_include.php';
44

tests/phpt/array_access/005_inheritance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
require_once 'kphp_tester_include.php';
44

tests/phpt/array_access/007_assignment_chain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
require_once 'kphp_tester_include.php';
44

tests/phpt/array_access/008_isset_unset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
require_once 'kphp_tester_include.php';
44

tests/phpt/array_access/009_empty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33
require_once 'kphp_tester_include.php';
44

tests/phpt/by_name/01_by_name_construct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ok k2_skip
1+
@ok
22
<?php
33

44
class NoCtor {

0 commit comments

Comments
 (0)