Máté Kocsis
|
7aacc705d0
|
Add many missing closing PHP tags to tests
Closes GH-5958
|
2020-08-09 22:03:36 +02:00 |
|
Gabriel Caruso
|
9c144e0d82
|
Trim trailing whitespace in tests
|
2018-10-14 12:07:20 -03:00 |
|
Gabriel Caruso
|
ded3d984c6
|
Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
|
2018-02-20 21:53:48 +01:00 |
|
Nikita Popov
|
a4262827ea
|
Fix ReflectionFunction::isDeprecated() test
We currently don't have deprecated functions ... so just switch
this to testing a non-deprecated function.
|
2015-03-09 12:27:06 +01:00 |
|
Adam Harvey
|
10c471a60b
|
Use a deprecated function that still exists.
|
2015-03-05 00:51:05 +00:00 |
|
Tjerk Meesters
|
18fa07e68f
|
Revert "Revert "Removing ext/ereg and dependencies""
This reverts commit 1981dd9c73 .
|
2014-09-11 19:25:42 +08:00 |
|
Dmitry Stogov
|
1981dd9c73
|
Revert "Removing ext/ereg and dependencies"
This reverts commit 86de7963fe .
|
2014-09-11 11:06:57 +04:00 |
|
Tjerk Meesters
|
86de7963fe
|
Removing ext/ereg and dependencies
Affected extensions:
- opcache (use pcre)
- mbstring (removed ereg functions overloading)
- pgsql (use pcre)
- reflection (test cases using 'ereg')
SAPI:
- apache (header only)
- apache_hooks (header only)
|
2014-09-11 10:22:44 +08:00 |
|
Jeff Welch
|
5fd7c2b01d
|
Remove superfluous echos.
|
2014-06-08 13:50:22 -07:00 |
|
Zoe Slattery
|
6a22ec3eda
|
More tests from 2009 testfest
|
2009-08-30 09:30:13 +00:00 |
|