1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext
Shein Alexey 5f5b7175ea Make the test faster, what was done:
1) replaced multiple htmlentities calls with one call to get_html_translation table since they share the same code internally
2) reduced the upper range of the "for" loop to 0x2710 (10000), according to http://www.w3.org/TR/html4/sgml/entities.html it's enough
3) placed additional check to make sure all entities from get_html_translation_table were checked in the test
2011-09-05 11:00:14 +00:00
..
2011-07-25 11:35:02 +00:00
2011-09-05 10:30:41 +00:00
2011-09-04 22:21:58 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-07-25 11:35:02 +00:00
2011-08-01 04:29:37 +00:00
2011-09-05 00:49:03 +00:00
2011-09-04 05:00:30 +00:00
2011-08-01 01:00:57 +00:00
2011-09-04 04:57:01 +00:00
2011-07-25 11:35:02 +00:00
2011-09-02 22:19:03 +00:00
2011-09-02 22:19:03 +00:00
2011-08-08 00:07:54 +00:00
2011-08-01 03:42:02 +00:00
2011-08-26 07:40:31 +00:00
2011-09-02 10:13:30 +00:00
2011-07-25 11:35:02 +00:00
2011-08-16 12:13:35 +00:00
2011-07-25 11:35:02 +00:00
2011-08-31 04:24:48 +00:00