-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add steps to build K2 runtime and run phpt tests in K2 mode
- Loading branch information
Showing
4 changed files
with
129 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...register_callback_unreachable_in_cli.phpt → ..._register_callback_unreachable_in_cli.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@ok | ||
@ok k2_skip | ||
<?php | ||
|
||
echo "Zero"; | ||
|
2 changes: 1 addition & 1 deletion
2
...egister_callback_no_invoked_by_flush.phpt → ...register_callback_no_invoked_by_flush.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@ok | ||
@ok k2_skip | ||
<?php | ||
|
||
echo "Zero"; | ||
|
Oops, something went wrong.