php-src/ext/standard/tests
2011-03-13 04:02:56 +00:00
..
array Fixed bug 48484 (array_product() always returns 0 for an empty array). 2010-12-12 19:27:04 +00:00
assert Fixed typo in tests (thx Eyal) 2010-10-05 10:42:13 +00:00
class_object Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
dir Implemented FR #53407 (make scandir()'s directory sorting optional). 2010-11-26 09:52:28 +00:00
directory - Fixed tests 2010-07-06 00:25:52 +00:00
file - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain 2011-02-19 01:28:37 +00:00
filters - Added "dechunk" filter which can decode HTTP responces with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header presents in responce. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context 2009-04-16 10:16:27 +00:00
general_functions - Fix test 2010-12-03 16:02:47 +00:00
http - Fixed bug #53198 (changing INI setting "from" with ini_set did not have any 2010-10-29 15:29:15 +00:00
image - #51063, news and test 2010-05-05 13:39:35 +00:00
mail Fix for bug #51604 (newline in end of header is shown in start of message). 2010-04-22 02:22:49 +00:00
math Implement FR #53457 (number_format must support more than one character for 2010-12-03 10:10:08 +00:00
misc * Changed the way removed ini directives are shown so its easier to add new ones 2010-04-12 01:52:55 +00:00
network Changed test case to use our new dummy MX records. 2010-05-25 05:01:03 +00:00
serialize - Changed default serialize_precision from 100 to 17, as discussed in internals. 2011-02-08 21:40:51 +00:00
streams - PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain 2011-02-19 01:28:37 +00:00
strings fixed tests to match the new float precision of 53, as described in bug 47168 2011-03-10 13:25:19 +00:00
time Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit 2009-06-18 21:14:15 +00:00
url Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment) 2011-03-13 04:02:56 +00:00
versioning - Initial commit 2009-04-25 11:33:26 +00:00
bug49244.phpt - Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by Sjoerd) 2009-11-02 17:37:32 +00:00
php_ini_loaded_file.phpt Fixed test 2009-09-10 02:15:08 +00:00
php_logo_guid.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
php_real_logo_guid.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00
zend_logo_guid.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00:00