php-src/ext/spl/tests
2020-07-02 12:23:49 +02:00
..
array_001.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
array_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_003.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
array_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_005.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
array_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_007.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
array_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_009a.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
array_010.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
array_011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_012.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
array_013.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
array_014.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_015.phpt Changed ArrayIterator implementation using zend_hash_iterator_... API. Allowed modification of itterated ArrayObject using the same behavior as proposed in Fix "foreach" behavior. Removed "Array was modified outside object and internal position is no longer valid" hack. 2015-04-09 15:40:17 +03:00
array_016.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_017.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
array_018.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_019.phpt Convert iterator by reference errors to exceptions 2018-02-19 21:58:56 +01:00
array_020.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
array_021.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
array_022.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
array_023.phpt
array_024.phpt
array_025.phpt Fix bug #67369 ArrayObject serializatino drops the iterator class 2020-04-20 11:55:18 +02:00
array_026.phpt Throw notice on array access on illegal type 2019-07-10 12:02:14 +02:00
array_027.phpt
array_028.phpt Respect USE_OTHER in spl_array_is_object 2015-04-25 16:13:39 +02:00
arrayObject___construct_basic1.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
arrayObject___construct_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject___construct_basic3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject___construct_basic4.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject___construct_basic5.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject___construct_basic6.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject___construct_basic7.phpt Convert numeric keys in object/array casts 2016-11-14 18:20:45 +00:00
arrayObject___construct_error1.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
arrayObject___construct_error2.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
ArrayObject__serialize_saves_iterator_class.phpt Fix bug #67369 ArrayObject serializatino drops the iterator class 2020-04-20 11:55:18 +02:00
arrayObject_asort_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_asort_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_clone_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_clone_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_clone_basic3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
ArrayObject_clone_other_std_props.phpt Fix ArrayObject clone for certain USE_OTHER cases 2016-02-22 12:35:00 +01:00
arrayObject_count_basic1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
ArrayObject_dump_during_sort.phpt Don't use ht applyCount for AO sorting protection 2016-02-24 17:18:07 +01:00
ArrayObject_exchange_array_during_sorting.phpt Forbid exchangeArray() during sorting 2016-02-24 22:34:50 +01:00
arrayObject_exchangeArray_basic1.phpt
arrayObject_exchangeArray_basic2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
arrayObject_exchangeArray_basic3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
ArrayObject_get_object_vars.phpt Don't overload get_properties for ArrayObject 2018-10-10 10:39:10 +02:00
arrayObject_getFlags_basic1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
arrayObject_getFlags_basic2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
arrayObject_getIteratorClass_basic1.phpt Swap implode() argument order in some tests 2019-07-12 12:54:10 +02:00
ArrayObject_illegal_offset_leak.phpt Fix leak on assignment to illegal AO offset 2016-02-24 17:39:16 +01:00
arrayObject_ksort_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_ksort_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_magicMethods1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject_magicMethods2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject_magicMethods3.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject_magicMethods4.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject_magicMethods5.phpt Swap implode() argument order in some tests 2019-07-12 12:54:10 +02:00
arrayObject_magicMethods6.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
ArrayObject_modify_shared_object_properties.phpt Fix AO object properties separation 2016-02-24 22:34:50 +01:00
arrayObject_natcasesort_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_natsort_basic1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
arrayObject_offsetExists_nullcheck.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
ArrayObject_overloaded_object_incompatible.phpt Fix construction of AO with overloaded object error 2016-02-24 22:34:50 +01:00
arrayObject_setFlags_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_setFlags_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
arrayObject_setIteratorClass_error1.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
ArrayObject_sort_different_backing_storage.phpt Add extra ArrayObject::sort() test 2016-03-18 19:59:08 +01:00
ArrayObject_std_props_no_recursion.phpt Don't recurse into USE_OTHER checking STD_PROP_LIST 2016-02-22 13:04:19 +01:00
arrayObject_uasort_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_uasort_error1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_uksort_basic1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
arrayObject_uksort_error1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
ArrayObject_unserialize_empty_string.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug28822.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31185.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31346.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug31348.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31926.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32134.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug32394.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33136.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug34548.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug36258.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug36287.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36825.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug36941.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37457.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug38325.phpt Fixed bug #52339 2016-03-18 20:28:58 +01:00
bug38618.phpt Remove local variables 2019-02-03 21:03:00 +01:00
bug40036.phpt
bug40091.phpt
bug40442.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug40872.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41528.phpt
bug41691.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug41692.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug41828.phpt - Reverted changes that required constructor overrides to invoke the parent 2011-10-29 23:17:18 +00:00
bug42364.phpt Clean ext/spl/tests/bug42364.phpt files after tests 2019-04-02 23:24:21 +02:00
bug42654.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug42703.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug44144.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
bug44615.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug45216.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug45614.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug45622.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug45622b.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug45826.phpt Fix bug #67369 ArrayObject serializatino drops the iterator class 2020-04-20 11:55:18 +02:00
bug46031.phpt
bug46051.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug46053.phpt
bug46088.phpt
bug46115.phpt
bug46160.phpt
bug47534.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug48023.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug48361.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug48493.phpt
bug49263.phpt Fix bug #77866: Port Serializable SPL classes to use __unserialize() 2019-04-10 09:36:39 +02:00
bug49723.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug49972.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
bug50579.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug51068.phpt Fix bug #51068 (glob:// do not support current path relative) 2019-02-11 15:50:27 +01:00
bug51119.phpt
bug51374.phpt
bug51532.phpt Implement variadic function syntax 2013-09-26 18:39:17 +02:00
bug52238.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug52339.phpt Fixed bug #52339 2016-03-18 20:28:58 +01:00
bug52573.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug52861.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug53071.phpt Adjust GC count in SPL test 2019-08-13 12:34:48 +02:00
bug53144.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug53362.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug53515.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug54281.phpt fix dir separator 2015-08-21 14:08:33 +02:00
bug54291.phpt Fix test 2019-12-16 00:03:18 -08:00
bug54292.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug54304.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug54323.phpt Remove extra blank in notice message, should act as same as vm 2012-09-01 14:37:45 +08:00
bug54384.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug54970.phpt - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing) 2011-06-02 00:40:27 +00:00
bug54971.phpt Fixed tests that var_dump/print_r DOM objects. 2012-03-23 22:08:33 +00:00
bug55157_variation.phpt Add test-case from bug #55157 2017-03-02 12:22:48 +01:00
bug55701.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug60201.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug61326.phpt - Fixed bug #61326 (ArrayObject comparison). 2012-03-10 17:19:39 +00:00
bug61347.phpt Deprecate array_key_exists() on objects 2019-07-22 11:39:52 +02:00
bug61418.phpt Revert "Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" - causes bug #61482" 2012-03-23 09:40:27 +00:00
bug61453.phpt Fixed bug #61453. 2012-03-21 12:42:09 +00:00
bug61527.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug61697.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug61828.phpt Fixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)FileObject ctor twice) 2013-06-25 13:38:27 +08:00
bug62059.phpt Fixed bug #62059 2016-03-20 18:17:44 +01:00
bug62073.phpt Fixed bug #62073 2012-05-24 23:31:05 +08:00
bug62262.phpt Fixed bug RecursiveArrayIterator does not implement Countable 2012-06-19 18:32:44 +02:00
bug62328.phpt more test script for #62328 2012-08-13 11:03:35 +08:00
bug62433.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug62616.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug62672.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug62904.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug62978.phpt Throw notice on array access on illegal type 2019-07-10 12:02:14 +02:00
bug63680.phpt This test will only work if gc is enabled 2013-08-02 12:00:48 -04:00
bug64023.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug64106.phpt Fix SplFixedArray::offsetGet() invocation for NULL offset 2016-10-15 23:58:28 +02:00
bug64228.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug64264.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug64782.phpt primitive test fixes 2014-02-28 09:43:57 +01:00
bug65213.phpt Fixed #65213 - cannot cast SplFileInfo to boolean 2014-12-04 07:17:33 +08:00
bug65328.phpt Fixed bug #65328 (Segfault when getting SplStack object Value) 2013-07-25 22:43:41 +08:00
bug65545.phpt Fixed null termination 2014-03-07 19:23:46 +08:00
bug65967.phpt Fix bug #69227 and #65967 2015-03-13 15:02:05 +11:00
bug66127.phpt Fix bug #66127 (Segmentation fault with ArrayObject unset) 2014-06-10 23:24:11 -07:00
bug66405.phpt one more refix to the test 2014-12-01 19:09:39 +01:00
bug66702.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug66834.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
bug67247.phpt Fix bug #67247 spl_fixedarray_resize integer overflow 2014-05-11 17:54:27 -07:00
bug67359.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
bug67360.phpt Check for zero-length keys in spl_array_skip_protected and don't skip them. 2014-05-29 17:49:32 +00:00
bug67538.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug67539.phpt Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting) 2014-07-24 22:54:14 -07:00
bug67582.phpt Fixed bug #67582 2016-03-20 17:46:12 +01:00
bug67805.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug68128-USE_KEY.phpt fix bug related to #865 2016-09-22 12:46:19 +02:00
bug68128.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug68175.phpt Add regression test for bug #68175 2018-08-18 14:36:16 +02:00
bug68479.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug68557.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug68825.phpt Extract test helper function for SeCreateSymbolicLinkPrivilege check 2020-07-02 12:23:49 +02:00
bug69108.phpt Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage) 2015-02-25 18:21:59 +08:00
bug69227.phpt Little improvement, update NEWs, added test 2015-03-14 00:52:53 +08:00
bug69264.phpt Fix #69264: __debugInfo() ignored while extending SPL classes 2020-04-06 12:01:29 +02:00
bug69335.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug69737.phpt fix dir separator in test 2015-08-21 14:05:58 +02:00
bug69845.phpt Fixed bug #69845 (ArrayObject with ARRAY_AS_PROPS broken) 2015-06-16 10:53:53 +03:00
bug69970.phpt Fixed bug #69970 (Use-after-free vulnerability in spl_recursive_it_move_forward_ex()) 2015-07-07 21:25:28 +08:00
bug70053.phpt Fixed #70053 MutlitpleIterator array-keys incompatible change in PHP 7 2015-07-13 00:33:55 +08:00
bug70068.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug70155.phpt Fixed #74699 - Broken ArrayIterator unserializing 2017-07-18 22:14:11 +02:00
bug70166.phpt Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject 2015-08-01 22:01:40 -07:00
bug70168.phpt ignore signatures for packages too 2015-08-01 22:01:32 -07:00
bug70169.phpt Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList) 2015-08-01 22:01:51 -07:00
bug70303.phpt Fix #70303: Incorrect constructor reflection for ArrayObject 2015-08-19 16:23:16 +02:00
bug70365.phpt Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoublyLinkedList 2015-09-01 00:20:45 -07:00
bug70366.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug70561.phpt Bug #70561: Fix DirectoryIterator to throw OutOfBoundsException 2015-09-23 11:14:52 -04:00
bug70573.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug70730.phpt Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize()) 2015-10-17 05:28:49 -07:00
bug70852.phpt Make test for bug #70852 to cover all cases 2015-11-05 14:09:24 +08:00
bug70853.phpt Fixed bug #70853 (SplFixedArray throws exception when using ref variable as index) 2015-11-04 06:44:29 -08:00
bug70868.phpt Remove checks for always enabled spl and pcre 2019-07-13 14:47:37 +02:00
bug70959.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug71028.phpt Missed one place 2015-12-04 06:51:16 -08:00
bug71153.phpt Fixed bug #71153 2015-12-17 20:59:57 +01:00
bug71202.phpt Fixed bug #71202 (Autoload function registered by another not activated immediately) 2015-12-23 07:48:00 -08:00
bug71204.phpt Update NEWS & Fixed test 2015-12-23 08:13:13 -08:00
bug71412.phpt Fixed some arg infos to match documentation 2019-05-22 09:05:32 +02:00
bug71617.phpt Fixed bug #71617 2016-02-21 13:00:37 +01:00
bug71735.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug71838.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug72051.phpt Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected) 2016-04-19 10:59:10 +08:00
bug72684.phpt Fixed bug #72684 (AppendIterator segfault with closed generator) 2016-07-26 20:34:16 -04:00
bug72884.phpt Fix bug #72884 isCloneable() on SplFileObject should return false 2019-09-09 17:27:17 +02:00
bug72888.phpt Fix bug #72884 isCloneable() on SplFileObject should return false 2019-09-09 17:27:17 +02:00
bug73029.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug73209.phpt Fixed bug #73209 2017-12-22 18:22:00 +01:00
bug73423.phpt Allow throwing exception while loading parent class 2019-09-12 16:41:18 +02:00
bug73471.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug73629.phpt Convert CRLF line endings to LF 2018-10-13 11:23:52 +02:00
bug73686.phpt Fixed bug #73686 (Adding settype()ed values to ArrayObject results in references) 2016-12-09 11:41:08 +08:00
bug73896.phpt Fixed bug #73896 (spl_autoload() crashes when calls magic _call()) 2017-01-09 15:11:33 +03:00
bug74058.phpt Fixed bug #74058 2017-03-09 00:10:00 +01:00
bug74372.phpt Fixed bug #74372 2017-12-06 23:36:09 +01:00
bug74478.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
bug74519.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug74669.phpt Fix bug #67369 ArrayObject serializatino drops the iterator class 2020-04-20 11:55:18 +02:00
bug75049.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
bug75155.phpt Add test for bug #75155 2017-09-04 21:23:07 +02:00
bug75173.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug75242.phpt Fixed bug #75242 2017-12-22 18:11:38 +01:00
bug75673.phpt Fix #75673: SplStack::unserialize() behavior 2020-03-06 09:09:49 +01:00
bug75717.phpt Fixed bug #75717 2017-12-22 18:01:03 +01:00
bug76367.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
bug77024.phpt Fix #77024: SplFileObject::__toString() may return array 2019-04-28 00:44:48 +02:00
bug77263.phpt Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator) 2019-01-14 13:18:28 +03:00
bug77298.phpt Convert CRLF line endings to LF 2019-05-07 04:34:37 +02:00
bug77359.phpt Fix #77359: spl_autoload causes segfault 2018-12-27 15:28:25 +01:00
bug77360.phpt Fix #77360: class_uses causes segfault 2018-12-27 15:34:02 +01:00
bug77431.phpt Fix #77431 SplFileInfo::__construct() accepts NUL bytes 2019-03-03 18:23:46 -08:00
bug77751.phpt Partial fix for bug #77751 2019-03-18 11:06:23 +01:00
bug77903.phpt Fix second part of bug #77903 2019-04-16 10:38:20 +02:00
bug78409.phpt Fixed bug #78409 2019-08-15 10:40:28 +02:00
bug78436.phpt Fixed bug #78436 2019-08-23 15:27:28 +02:00
bug78456.phpt Fixed bug #78456 2019-08-26 11:08:42 +02:00
bug78863.phpt Fix #78863: DirectoryIterator class silently truncates after a null byte 2019-12-16 00:02:57 -08:00
bug78976.phpt Fix #78976: SplFileObject::fputcsv returns -1 on failure 2019-12-17 17:52:18 +01:00
bug79151.phpt Fixed bug #79151 2020-01-23 14:20:26 +01:00
bug79393.phpt Fix #79393: Null coalescing operator failing with SplFixedArray 2020-03-23 13:29:25 +01:00
bug79710.phpt Fixed bug #79710 2020-06-19 10:46:26 +02:00
CallbackFilterIteratorTest-002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
CallbackFilterIteratorTest.phpt Added CallbackFilterIterator and RecursiveCallbackFilterIterator classes 2011-03-27 20:13:27 +00:00
class_implements_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_implements_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_implements_variation1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_implements_variation.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_uses_basic2.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_uses_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_uses_variation1.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
class_uses_variation.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
countable_class_basic1.phpt Deprecate Reflection export() methods 2019-07-22 11:39:52 +02:00
countable_count_variation1.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
DirectoryIterator_by_reference.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
DirectoryIterator_empty_constructor.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
DirectoryIterator_getBasename_basic_test.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
DirectoryIterator_getExtension_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
DirectoryIterator_getGroup_basic.phpt Fix some tests and improve coverage for Windows in SPL 2018-09-30 10:41:34 +02:00
DirectoryIterator_getInode_basic.phpt Convert CRLF line endings to LF 2018-10-13 11:21:27 +02:00
DirectoryIterator_getInode_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
DirectoryIterator_getOwner_basic.phpt Fix some tests and improve coverage for Windows in SPL 2018-09-30 10:41:34 +02:00
dit_001_noglob.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
dit_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
dit_002.phpt Remove superfluous SKIPIF sections in SPL tests 2018-02-03 17:50:31 +01:00
dit_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dit_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dit_005.phpt Avoid concurrent directory writes in FilesystemIterator test 2019-06-05 09:58:59 +02:00
dit_006.phpt Bug #70561: Fix DirectoryIterator to throw OutOfBoundsException 2015-09-23 11:14:52 -04:00
dllist_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_005.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_007.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_008.phpt
dllist_010.phpt
dllist_011.phpt
dllist_012.phpt
dllist_013.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dllist_memleak.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
dualiterator_001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
dualiterator.inc Remove and refactor ext/spl/examples 2018-09-29 09:29:32 +02:00
fileobject_001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileobject_001a.txt Fix permissions 2018-09-21 14:12:25 +02:00
fileobject_001b.txt Fix permissions 2018-09-21 14:12:25 +02:00
fileobject_002.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileobject_003.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileobject_004.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileobject_005.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
fileobject_checktype_basic.phpt
fileobject_getbasename_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fileobject_getcurrentline_basic.phpt
fileobject_getfileinfo_basic.phpt
fileobject_getmaxlinelen_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fileobject_getsize_basic.phpt
fileobject_setmaxlinelen_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fileobject_setmaxlinelen_error001.phpt removed unneccesary arrat and ini settings 2012-07-14 19:22:03 -07:00
filesystemiterator_flags.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
fixedarray_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
fixedarray_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
fixedarray_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
fixedarray_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
fixedarray_005.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
fixedarray_006.phpt
fixedarray_007.phpt
fixedarray_008.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fixedarray_009.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
fixedarray_010.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fixedarray_011.phpt
fixedarray_012.phpt
fixedarray_013.phpt
fixedarray_014.phpt
fixedarray_015.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
fixedarray_016.phpt
fixedarray_018.phpt
fixedarray_019.phpt
fixedarray_020.phpt
fixedarray_021.phpt
heap_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_005.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_007.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_009.phpt
heap_010.phpt
heap_011.phpt
heap_012.phpt
heap_corruption.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
heap_current_variation_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
heap_it_current_empty.phpt
heap_top_variation_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
heap_top_variation_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_002.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_003.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_004.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_005.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_006.phpt Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
iterator_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_010.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_011.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_012.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_013.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_014.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_015.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_016.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_018.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_021.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_022.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_023.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_024.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_025.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_026.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
iterator_027.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_028.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_029.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_030.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_031.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_032.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_033.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_034.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_035.phpt Implement typed properties 2019-01-11 15:49:06 +01:00
iterator_036.phpt Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
iterator_037.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_038.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_039.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_040.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_041.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_041a.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_041b.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_042.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
iterator_043.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_044.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
iterator_045.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_046.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_047.phpt Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:31:31 +08:00
iterator_048.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
iterator_049.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_049b.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
iterator_050.phpt Fixed bug #68128 2014-10-14 22:49:01 +08:00
iterator_051.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_052.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_053.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_054.phpt Fixed bug #68128 2014-10-14 22:49:01 +08:00
iterator_055.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_056.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_057.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
iterator_058.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_062.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_067.phpt
iterator_068.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
iterator_069.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
iterator_070.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
iterator_071.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
iterator_count.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
iterator_to_array_nonscalar_keys.phpt Fixed test after nick previous fix 2013-03-16 23:16:32 +08:00
iterator_to_array.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
multiple_iterator_001.phpt Remove the b prefix from literals on unrelated tests 2016-11-20 21:11:53 +01:00
observer_001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
observer_002.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
observer_003.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
observer_004.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
observer_005.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
observer_006.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
observer_007.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
observer_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
observer_009.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
observer_010.phpt Fix comment to match the future zts configuration option 2019-05-11 15:03:17 +02:00
pqueue_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pqueue_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pqueue_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pqueue_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pqueue_compare_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
pqueue_current_error.phpt
recursive_tree_iterator_001.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
recursive_tree_iterator_002.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
recursive_tree_iterator_003.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
recursive_tree_iterator_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
recursive_tree_iterator_005.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
recursive_tree_iterator_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
recursive_tree_iterator_007.phpt Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
recursive_tree_iterator_008.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
recursive_tree_iterator_setpostfix.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
RecursiveCallbackFilterIteratorTest.phpt Added CallbackFilterIterator and RecursiveCallbackFilterIterator classes 2011-03-27 20:13:27 +00:00
recursivecomparedualiterator.inc Remove and refactor ext/spl/examples 2018-09-29 09:29:32 +02:00
RecursiveDirectoryIterator_getSubPath_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
RecursiveDirectoryIterator_getSubPathname_basic.phpt fix test concurrency 2013-09-18 10:52:35 +02:00
recursivedualiterator.inc Remove and refactor ext/spl/examples 2018-09-29 09:29:32 +02:00
recursiveIteratorIterator_beginchildren_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
recursiveiteratoriterator_beginiteration_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveIteratorIterator_callHasChildren_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
recursiveIteratorIterator_endchildren_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
recursiveiteratoriterator_enditeration_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveiteratoriterator_getsubiterator_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveiteratoriterator_getsubiterator_variation_002.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveiteratoriterator_getsubiterator_variation_003.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveiteratoriterator_getsubiterator_variation.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveiteratoriterator_nextelement_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
recursiveIteratorIterator_nextelement_error.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
regexIterator_flags_basic.phpt
regexiterator_getpregflags.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
regexiterator_getregex.phpt Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch 2011-01-06 02:32:02 +00:00
regexIterator_mode_basic.phpt
regexIterator_setMode_error.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
regexiterator_setpregflags.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
RegexIterator_with_reference_replacement.phpt Support references in convert_to_* 2015-06-16 19:55:33 +02:00
spl_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_003.phpt Deprecate __autoload() 2017-02-03 18:52:57 +01:00
spl_004.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
spl_006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_001.phpt Fixed bug #52339 2016-03-18 20:28:58 +01:00
spl_autoload_002.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
spl_autoload_003.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_autoload_004.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_autoload_005.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
spl_autoload_006.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_autoload_007.phpt Fix error message in spl_autoload test 2019-04-11 15:22:59 +02:00
spl_autoload_008.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
spl_autoload_009.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_autoload_010.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_autoload_011.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_autoload_012.phpt Fixed bug #74372 2017-12-06 23:36:09 +01:00
spl_autoload_013.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_autoload_014.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_autoload_bug48541.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_autoload_call_basic.phpt Added tests contributions on spl_autoload and stream_context_set_option() 2011-12-09 11:45:39 +00:00
spl_caching_iterator_constructor_flags.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
spl_cachingiterator___toString_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_classes.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_fileinfo_getextension_leadingdot.phpt Revert SplFileInfo BC break while keeping fix for assertion removal 2015-07-13 13:27:06 -04:00
spl_fileinfo_getlinktarget_basic.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_heap_count_basic.phpt Fixed test (backtrace was changed) 2017-05-25 16:02:16 +03:00
spl_heap_is_empty_basic.phpt
spl_heap_isempty.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_heap_iteration_error.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
spl_iterator_apply_error_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_iterator_apply_error.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_iterator_caching_count_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_iterator_caching_count_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_iterator_caching_getcache_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_iterator_getcallchildren.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
spl_iterator_iterator_constructor.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
spl_iterator_recursive_getiterator_error.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
spl_iterator_to_array_error.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
spl_limit_iterator_check_limits.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
spl_object_id.phpt Use int instead of integer in type errors 2018-02-04 19:08:23 +01:00
spl_pq_top_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
spl_pq_top_error_corrupt.phpt
spl_pq_top_error_empty.phpt
spl_pqueue_gc.phpt Support variable element size in spl heap implementation 2019-08-23 15:29:53 +02:00
spl_recursive_iterator_iterator_key_case.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
SplArray_fromArray.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplDoublyLinkedList_add_invalid_offset.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplDoublyLinkedList_add_null_offset.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplDoublyLinkedList_bottom_empty.phpt Test more functionalities of SPL 2018-02-19 08:26:34 +01:00
SplDoublyLinkedList_current_empty.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplDoublyLinkedList_current.phpt
SplDoublyLinkedList_debug-info.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplDoublyLinkedList_getIteratorMode.phpt
SplDoublyLinkedList_isEmpty_empty.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplDoublyLinkedList_isEmpty_not-empty.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SPLDoublyLinkedList_iterate_by_reference.phpt SplDoublyLinkedList Iterating a DLL by reference shouldn't be permitted 2019-02-17 19:35:13 +01:00
SplDoublyLinkedList_key.phpt Test more functionalities of SPL 2018-02-19 08:26:34 +01:00
SplDoublyLinkedList_lifoMode.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplDoublyLinkedList_offsetExists_success.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplDoublyLinkedList_offsetGet_param_array.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplDoublyLinkedList_offsetGet_param_string.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplDoublylinkedlist_offsetunset_first002.phpt
SplDoublylinkedlist_offsetunset_first.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplDoublylinkedlist_offsetunset_last.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
SplDoublyLinkedList_offsetUnset_negative-parameter.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplDoublyLinkedList_serialization.phpt Fix bug #77866: Port Serializable SPL classes to use __unserialize() 2019-04-10 09:36:39 +02:00
SplDoublyLinkedList_top_empty.phpt Test more functionalities of SPL 2018-02-19 08:26:34 +01:00
SplFileInfo_001.phpt - Fixed memory leak when calling SplFileInfo's constructor twice 2012-03-11 15:42:57 +00:00
SplFileInfo_getExtension_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileInfo_getGroup_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileInfo_getGroup_error.phpt Make more tests run on Windows 2019-05-27 10:51:53 +02:00
SplFileInfo_getInode_basic.phpt Convert CRLF line endings to LF 2018-10-13 11:21:27 +02:00
SplFileInfo_getInode_error.phpt Make more tests run on Windows 2019-05-27 10:51:53 +02:00
SplFileInfo_getOwner_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileInfo_getOwner_error.phpt Make more tests run on Windows 2019-05-27 10:51:53 +02:00
SplFileInfo_getPerms_basic.phpt Convert CRLF line endings to LF 2018-10-13 11:21:27 +02:00
SplFileInfo_getPerms_error.phpt Make more tests run on Windows 2019-05-27 10:51:53 +02:00
SplFileInfo_setFileClass_basic.phpt Regression tests for SplFileInfo class setters 2015-03-02 14:45:26 -05:00
SplFileInfo_setFileClass_error.phpt Regression tests for SplFileInfo class setters 2015-03-02 14:45:26 -05:00
SplFileInfo_setInfoClass_basic.phpt Regression tests for SplFileInfo class setters 2015-03-02 14:45:26 -05:00
SplFileInfo_setInfoClass_error.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileObject_current_basic.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_current_variation001.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_fflush_basic_001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fgetcsv_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileObject_fgetcsv_delimiter_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileObject_fgetcsv_delimiter_error.phpt fix test concurrency 2013-09-18 10:52:35 +02:00
SplFileObject_fgetcsv_enclosure_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileObject_fgetcsv_enclosure_error.phpt fix test concurrency 2013-09-18 10:52:35 +02:00
SplFileObject_fgetcsv_escape_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileObject_fgetcsv_escape_default.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFileObject_fgetcsv_escape_empty.phpt Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
SplFileObject_fgetcsv_escape_error.phpt Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
SplFileObject_fpassthru_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_002.phpt fix test concurrency 2013-09-18 10:52:35 +02:00
SplFileObject_fputcsv_variation1.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation5.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation6.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation7.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation8.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation10.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation11.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation12.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fputcsv_variation13.phpt Fix file conflicts in SplFileObject fputcsv tests 2019-06-17 15:08:52 +02:00
SplFileObject_fputcsv_variation14.phpt Fix file conflicts in SplFileObject fputcsv tests 2019-06-17 15:08:52 +02:00
SplFileObject_fputcsv_variation15.phpt Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
SplFileObject_fputcsv.phpt Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa." 2013-01-15 17:37:21 +08:00
SplFileObject_fscanf_basic.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_ftruncate_error_001.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
SplFileObject_fwrite_variation_001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_fwrite_variation_002.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_getchildren_basic.phpt removed unneccesary arrat and ini settings 2012-07-14 19:22:03 -07:00
SplFileObject_getCsvControl_basic_001.phpt Replace dirname(__FILE__) by __DIR__ in tests 2019-03-15 22:55:30 +01:00
SplFileObject_getflags_basic.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
SplFileObject_getflags_error001.phpt fix many parallel test issues 2013-11-06 10:31:47 +01:00
SplFileObject_getflags_variation001.phpt removed unneccesary arrat and ini settings 2012-07-14 19:22:03 -07:00
SplFileObject_haschildren_basic.phpt removed unneccesary arrat and ini settings 2012-07-14 19:22:03 -07:00
SplFileObject_key_basic.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_key_error001.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_key_error002.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_next_basic.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_next_variation001.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_next_variation002.phpt addition SplFileObject tests 2012-07-14 19:21:50 -07:00
SplFileObject_rewind_basic.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_rewind_variation001.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_seek_basic.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_seek_error002.phpt new tests from PHP TestFest June 2012 2012-07-14 19:21:34 -07:00
SplFileObject_seek_error_001.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplFileObject_setCsvControl_basic.phpt Use separate files for SplFileObject::setCsvControl() tests 2019-03-01 15:32:02 +01:00
SplFileObject_setCsvControl_error001.phpt Use separate files for SplFileObject::setCsvControl() tests 2019-03-01 15:32:02 +01:00
SplFileObject_setCsvControl_error002.phpt Use separate files for SplFileObject::setCsvControl() tests 2019-03-01 15:32:02 +01:00
SplFileObject_setCsvControl_error003.phpt Use separate files for SplFileObject::setCsvControl() tests 2019-03-01 15:32:02 +01:00
SplFileObject_setCsvControl_variation001.phpt Use separate files for SplFileObject::setCsvControl() tests 2019-03-01 15:32:02 +01:00
SplFileObject_setCsvControl_variation002.phpt Allow empty $escape to eschew escaping CSV 2018-12-15 14:38:15 +01:00
SplFileObject_testinput.csv
SplFixedArray__construct_param_array.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFixedArray__construct_param_float.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplFixedArray__construct_param_null.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplFixedArray__construct_param_string.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFixedArray_construct_param_SplFixedArray.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFixedArray_fromarray_indexes.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplFixedArray_fromarray_non_indexes.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplFixedArray_fromarray_param_multiarray.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
SplFixedArray_key_setsize.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplFixedArray_offsetExists_integer.phpt Test more functionalities of SPL 2018-02-19 08:26:34 +01:00
splfixedarray_offsetExists_larger.phpt
SplFixedArray_offsetExists_less_than_zero.phpt
SplFixedArray_offsetGet_integer.phpt Test more functionalities of SPL 2018-02-19 08:26:34 +01:00
SplFixedArray_offsetUnset_string.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:45:12 +02:00
SplFixedArray_override_offsetGet_only.phpt Fix typo in SplFixedArray has_dimension implementation 2017-05-01 12:15:26 +02:00
SplFixedArray_serialize.phpt Add a __wakeup() method to SplFixedArray, thereby fixing serialising an 2013-06-28 13:50:33 -07:00
SplFixedArray_setsize_001.phpt Use EXPECT instead of EXPECTF when possible 2018-09-16 15:39:18 -03:00
SplFixedArray_setSize_filled_to_smaller.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplFixedArray_setsize_grow.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplFixedArray_setSize_param_float.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplFixedArray_setSize_param_null.phpt
SplFixedArray_setSize_reduce.phpt
SplFixedArray_setsize_shrink.phpt
SplFixedArray_toArray_empty.phpt Test more functionalities of SPL 2018-02-19 08:26:34 +01:00
SplHeap_isEmpty.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplHeap_with_by_reference_compare.phpt Support references in convert_to_* 2015-06-16 19:55:33 +02:00
SplObjectStorage_current_empty_storage.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplObjectStorage_getHash.phpt
SplObjectStorage_getInfo_empty_storage.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplObjectStorage_offsetGet_missing_object.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplObjectStorage_offsetGet.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplObjectStorage_removeAllExcept_basic.phpt Trim trailing whitespace in *.phpt 2018-10-14 19:46:15 +02:00
SplObjectStorage_setInfo_empty_storage.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplObjectStorage_unserialize_bad.phpt Fixed test script 2016-03-17 15:23:44 +08:00
SplObjectStorage_unserialize_invalid_parameter2.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
SplObjectStorage_unserialize_invalid_parameter3.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplObjectStorage_unserialize_nested.phpt Fix bug #77866: Port Serializable SPL classes to use __unserialize() 2019-04-10 09:36:39 +02:00
SplObjectStorage_var_dump.phpt
SplPriorityQueue_setExtractFlags_zero.phpt Check for zero SplPriorityQueue extract flags earlier 2018-11-15 21:05:05 +01:00
SplQueue_setIteratorMode_param_lifo.phpt
SplQueue_setIteratorMode.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplStack_setIteratorMode.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplTempFileObject_constructor_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplTempFileObject_constructor_error.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplTempFileObject_constructor_maxmemory_basic.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
SplTempFileObject_constructor_memory_lt1_variation.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
testclass Fix permissions 2018-09-21 14:12:25 +02:00
testclass.class.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
testclass.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
testclass.php.inc Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
unserialize_errors.phpt Fix bug #67369 ArrayObject serializatino drops the iterator class 2020-04-20 11:55:18 +02:00
unserialize.phpt new test, missing in ea466a3 2014-06-18 15:59:45 +02:00