File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 46
46
CXX : ccache g++
47
47
jobs :
48
48
LINUX_X64 :
49
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
49
+ if : false
50
50
services :
51
51
mysql :
52
52
image : mysql:8.3
@@ -135,7 +135,7 @@ jobs:
135
135
if : ${{ !matrix.asan }}
136
136
uses : ./.github/actions/verify-generated-files
137
137
LINUX_X32 :
138
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
138
+ if : false
139
139
name : LINUX_X32_DEBUG_ZTS
140
140
runs-on : ubuntu-latest
141
141
container :
@@ -214,7 +214,7 @@ jobs:
214
214
- name : Verify generated files are up to date
215
215
uses : ./.github/actions/verify-generated-files
216
216
WINDOWS :
217
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
217
+ if : false
218
218
name : WINDOWS_X64_ZTS
219
219
runs-on : windows-2022
220
220
env :
@@ -241,7 +241,7 @@ jobs:
241
241
run : .github/scripts/windows/test.bat
242
242
BENCHMARKING :
243
243
name : BENCHMARKING
244
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
244
+ if : false
245
245
runs-on : ubuntu-22.04
246
246
steps :
247
247
- name : git checkout
@@ -337,7 +337,7 @@ jobs:
337
337
$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
338
338
> $GITHUB_STEP_SUMMARY
339
339
FREEBSD :
340
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
340
+ if : false
341
341
name : FREEBSD
342
342
runs-on : ubuntu-latest
343
343
steps :
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ function test($function) {
15
15
return ;
16
16
}
17
17
18
+ echo $ function ;
19
+
18
20
ob_start ();
19
21
if (is_string ($ function )) {
20
22
echo "Testing $ function \n" ;
You can’t perform that action at this time.
0 commit comments