diff --git a/README.md b/README.md index 9a058bb942e2c..545baa720967c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is distributed under the [PHP License v3.01](LICENSE). -[![Push](https://github.com/php/php-src/actions/workflows/push.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/push.yml) +[![Test](https://github.com/php/php-src/actions/workflows/test.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/test.yml) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://issues.oss-fuzz.com/issues?q=project:php) ## Documentation diff --git a/Zend/tests/bug74093.phpt b/Zend/tests/bug74093.phpt index d9adfeefa50e5..d38d6e5109c49 100644 --- a/Zend/tests/bug74093.phpt +++ b/Zend/tests/bug74093.phpt @@ -1,5 +1,6 @@ --TEST-- Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log) +--FLAKY-- --SKIPIF-- --EXPECTF-- diff --git a/ext/phar/tests/phar_extract2.phpt b/ext/phar/tests/phar_extract2.phpt index f57d96ad5e923..b22c009776650 100644 --- a/ext/phar/tests/phar_extract2.phpt +++ b/ext/phar/tests/phar_extract2.phpt @@ -46,8 +46,6 @@ $dir = __DIR__ . '/extract2/'; @rmdir($dir . 'one/level'); @rmdir($dir . 'one'); @rmdir($dir); -$dir = __DIR__ . '/extract1/'; -@rmdir($dir); ?> --EXPECTF-- %sextract2%cfile1.txt diff --git a/ext/standard/tests/array/array_diff_max_elements.phpt b/ext/standard/tests/array/array_diff_max_elements.phpt new file mode 100644 index 0000000000000..4c65cd049b334 --- /dev/null +++ b/ext/standard/tests/array/array_diff_max_elements.phpt @@ -0,0 +1,16 @@ +--TEST-- +array_diff(): Max elements +--FILE-- +getMessage(), "\n"; +} + +?> +--EXPECTF-- +The total number of elements must be lower than %d