php-src/ext/standard/tests
Peter Kokot 8d3f8ca12a Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02:00
..
array Merge branch 'PHP-7.2' 2018-07-24 11:37:09 +08:00
assert Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
class_object Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
crypt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dir Remove duplicated tests 2018-02-22 13:03:21 +01:00
directory fix test 2017-05-16 15:09:02 +02:00
file Deprecate fgetss() and gzgetss() 2018-07-21 22:38:35 +02:00
filters Deprecate string.strip_tags filter 2018-07-21 22:38:39 +02:00
general_functions Merge branch 'PHP-7.2' 2018-07-24 12:41:35 +02:00
hrtime Revert "Add possibility to lower timer resolution" 2018-01-11 12:40:01 +01:00
http Merge branch 'PHP-7.1' into PHP-7.2 2018-02-26 22:26:55 -08:00
image Merge branch 'PHP-7.2' 2018-06-30 16:50:49 +02:00
ini_info Test ini file reporting functions 2018-03-27 22:07:12 +02:00
mail Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
math Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
misc Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
network Remove warnings from inet_pton()/inet_ntop() 2018-04-03 14:51:47 +01:00
password RFC: Argon2 Password Hash Enhancements Implementation of Argon2id per RFC https://wiki.php.net/rfc/argon2_password_hash_enhancements 2018-06-21 13:26:57 +02:00
random Fixes bug #74708 reflection signatures for random_bytes+random_int 2017-06-13 08:11:25 +02:00
serialize Merge branch 'PHP-7.2' 2018-07-02 17:59:33 +02:00
streams Fixed bug #76136 (stream_socket_get_name enclosed IPv6 in brackets) 2018-07-07 11:47:50 +02:00
strings Fixed tests 2018-07-23 17:00:33 +03:00
time Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
url Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
versioning Remove superfluous PHP version check in tests 2018-02-04 16:58:54 +01:00
bug49244.phpt Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
bug64370_var1.phpt
bug64370_var2.phpt
bug71827.phpt
bug75220.phpt Fixed #75220 - Segfault when calling is_callable on parent 2017-09-27 06:07:24 +01:00
checkdnsrr.phpt improve dns (checkdnsrr) test coverage 2017-06-01 08:21:27 +01:00
dns_get_record.phpt pull-request/1807: 2017-01-10 13:55:31 +00:00
forward_static_call_array.phpt Remove superfluous PHP version check in tests 2018-02-04 16:58:54 +01:00
php_version_win_const.phpt
setrawcookie_basic_001.phpt Cleanup some tests - remove unnecessary sections 2018-02-04 02:21:40 -08:00
setrawcookie_basic_002.phpt Cleanup some tests - remove unnecessary sections 2018-02-04 02:21:40 -08:00