Nikita Popov
|
39131219e8
|
Migrate more SKIPIF -> EXTENSIONS (#7139)
This is a mix of more automated and manual migration. It should remove all applicable extension_loaded() checks outside of skipif.inc files.
|
2021-06-11 12:58:44 +02:00 |
|
Fabien Villepinte
|
0c6d06ecfa
|
Replace EXPECTF when possible
Closes GH-5779
|
2020-06-29 21:31:44 +02:00 |
|
Nikita Popov
|
f8d795820e
|
Reindent phpt files
|
2020-02-03 22:52:20 +01:00 |
|
Nikita Popov
|
ff780feca4
|
Require second argument on (mb_)parse_str()
This was deprecated in PHP 7.2 as part of
https://wiki.php.net/rfc/deprecations_php_7_2.
|
2019-01-28 15:58:24 +01:00 |
|
Stanislav Malyshev
|
3616b6b935
|
Cleanup some tests - remove unnecessary sections
Also unify credits - all are under --CREDITS-- now.
|
2018-02-04 02:21:40 -08:00 |
|
Nikita Popov
|
2df9346e7f
|
Deprecate mb_parse_str() without second argument
|
2017-02-03 18:52:57 +01:00 |
|
Rui Hirokawa
|
01bb437b85
|
fixed test case failures.
|
2011-09-11 12:12:24 +00:00 |
|
Scott MacVicar
|
0413cf5b48
|
XFAIL these for the moment, Kalle totally broke these in 298241
when removing register_globals
|
2011-02-03 17:07:48 +00:00 |
|
Kalle Sommer Nielsen
|
febee11285
|
Removed register_globals
|
2010-04-21 01:27:22 +00:00 |
|
Moriyoshi Koizumi
|
9e6fdcd8f6
|
Fixed test cases so they wouldn't be failed in case register_globals=on
|
2003-03-29 07:13:47 +00:00 |
|
Moriyoshi Koizumi
|
65677445b4
|
Added a test to check whether mb_parse_str() works properly
|
2002-11-19 16:56:43 +00:00 |
|