Skip to content

Commit 693955c

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 07fae1f + 24e22eb commit 693955c

File tree

5 files changed

+6
-29
lines changed

5 files changed

+6
-29
lines changed

run-tests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function main()
746746
$ignored_by_ext = 0;
747747
sort($exts_to_test);
748748
$test_dirs = array();
749-
$optionals = array('tests', 'ext', 'Zend');
749+
$optionals = array('Zend', 'tests', 'ext', 'sapi');
750750

751751
foreach ($optionals as $dir) {
752752
if (is_dir($dir)) {

sapi/cli/tests/006.phpt

+4-2
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,23 @@ string(%d) "Extension [ <persistent> extension #%d pcre version %s ] {
9797
}
9898
Function [ <internal:pcre> function preg_replace_callback ] {
9999

100-
- Parameters [5] {
100+
- Parameters [6] {
101101
Parameter #0 [ <required> $regex ]
102102
Parameter #1 [ <required> $callback ]
103103
Parameter #2 [ <required> $subject ]
104104
Parameter #3 [ <optional> $limit ]
105105
Parameter #4 [ <optional> &$count ]
106+
Parameter #5 [ <optional> $flags ]
106107
}
107108
}
108109
Function [ <internal:pcre> function preg_replace_callback_array ] {
109110

110-
- Parameters [4] {
111+
- Parameters [5] {
111112
Parameter #0 [ <required> $pattern ]
112113
Parameter #1 [ <required> $subject ]
113114
Parameter #2 [ <optional> $limit ]
114115
Parameter #3 [ <optional> &$count ]
116+
Parameter #4 [ <optional> $flags ]
115117
}
116118
}
117119
Function [ <internal:pcre> function preg_filter ] {

sapi/cli/tests/cli_get_process_title_error.phpt

-11
This file was deleted.

sapi/cli/tests/cli_set_process_title_error.phpt

-14
This file was deleted.

sapi/phpdbg/tests/phpdbg_oplog_001.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prompt> halloarray(2) {
2626
[4]=>
2727
int(1)
2828
[5]=>
29-
int(3)
29+
int(2)
3030
[8]=>
3131
int(2)
3232
}

0 commit comments

Comments
 (0)