File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2424 --offline \
2525 --show-diff \
2626 --show-slow 1000 \
27- --set-timeout 120
27+ --set-timeout 120 \
28+ Zend/tests/arginfo_zpp_mismatch.phpt \
29+ Zend/tests/arginfo_zpp_mismatch_strict.phpt
Original file line number Diff line number Diff line change 4646 CXX : ccache g++
4747jobs :
4848 LINUX_X64 :
49- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
49+ if : false
5050 services :
5151 mysql :
5252 image : mysql:8.3
@@ -135,7 +135,7 @@ jobs:
135135 if : ${{ !matrix.asan }}
136136 uses : ./.github/actions/verify-generated-files
137137 LINUX_X32 :
138- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
138+ if : false
139139 name : LINUX_X32_DEBUG_ZTS
140140 runs-on : ubuntu-latest
141141 container :
@@ -214,7 +214,7 @@ jobs:
214214 - name : Verify generated files are up to date
215215 uses : ./.github/actions/verify-generated-files
216216 WINDOWS :
217- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
217+ if : false
218218 name : WINDOWS_X64_ZTS
219219 runs-on : windows-2022
220220 env :
@@ -241,7 +241,7 @@ jobs:
241241 run : .github/scripts/windows/test.bat
242242 BENCHMARKING :
243243 name : BENCHMARKING
244- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
244+ if : false
245245 runs-on : ubuntu-22.04
246246 steps :
247247 - name : git checkout
@@ -337,7 +337,7 @@ jobs:
337337 $(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.sha }}) \
338338 > $GITHUB_STEP_SUMMARY
339339 FREEBSD :
340- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
340+ if : false
341341 name : FREEBSD
342342 runs-on : ubuntu-latest
343343 steps :
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ function test($function) {
1515 return ;
1616 }
1717
18+ echo $ function ;
19+
1820 ob_start ();
1921 if (is_string ($ function )) {
2022 echo "Testing $ function \n" ;
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ function test($function) {
1717 return ;
1818 }
1919
20+ echo $ function ;
21+
2022 ob_start ();
2123 if (is_string ($ function )) {
2224 echo "Testing $ function \n" ;
You can’t perform that action at this time.
0 commit comments