summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Give a meaningful nameXinchen Hui2018-07-241-5/+5
* Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* Deprecate fgetss() and gzgetss()Nikita Popov2018-07-211-1/+4
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-124-51/+47
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-097-67/+34
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* retval shouldn't be NULLDmitry Stogov2018-06-221-3/+5
* Reduce spl_autoload() overheadDmitry Stogov2018-06-221-11/+37
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-317-28/+28
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-296-10/+3
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-287-39/+39
* Merge branch 'PHP-7.2'Xinchen Hui2018-05-232-1/+17
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-05-232-1/+17
| |\
| | * Fixed bug #76367 (NoRewindIterator segfault 11)Xinchen Hui2018-05-232-1/+17
* | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-033-3/+0
* | | Merge branch 'PHP-7.2'Joe Watkins2018-03-271-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-03-271-2/+2
| |\ \ | | |/
| | * Fix #76131 some arginfo params are different from the documentationGabriel Caruso2018-03-271-3/+3
* | | Improve HashTable iterators handling:Dmitry Stogov2018-03-222-3/+3
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-095-27/+27
* | | Revert "[ci skip] Add missing return types to protos"Christoph M. Becker2018-02-272-2/+2
* | | [ci skip] Add missing return types to protosGabriel Caruso2018-02-242-2/+2
* | | Remove duplicated testsGabriel Caruso2018-02-224-134/+0
* | | remove support for string|unicode in testsGabriel Caruso2018-02-227-13/+13
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20170-169/+169
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-196-7/+20
* | | Test more functionalities of SPLGabriel Caruso2018-02-196-0/+72
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-1031-145/+145
* | | Merge branch 'PHP-7.2'Joe2018-02-082-2/+47
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe2018-02-082-2/+47
| |\ \ | | |/
| | * Fixed bug #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-081-1/+0
| | * fix #74519 strange behavior of AppendIteratorCHU Zhaowei2018-02-082-2/+48
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-01-271-5/+1
| |\ \ | | |/
| | * Revert "Fix #75878: RecursiveTreeIterator::setPostfix has wrong signature"Christoph M. Becker2018-01-271-5/+1
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0410-22/+22
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-0424-26/+26
* | | Use bool instead of boolean in protoGabriel Caruso2018-02-041-1/+1
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-041-4/+2
* | | Remove superfluous SKIPIF sections in SPL testsGabriel Caruso2018-02-035-18/+2
* | | Use %d when expecting line number in testsGabriel Caruso2018-02-021-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-01-271-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-01-271-1/+5
| |\ \ | | |/
| | * Fix #75878: RecursiveTreeIterator::setPostfix has wrong signatureChristoph M. Becker2018-01-271-1/+5
| | * year++Xinchen Hui2018-01-0222-22/+22
| * | year++Xinchen Hui2018-01-0222-22/+22
* | | Use HT_FLAGS() macroDmitry Stogov2018-01-221-1/+1
* | | Avoid useless duplicationDmitry Stogov2018-01-191-2/+6
* | | Fix #75765 Exception on extend of undefined classtimurib2018-01-121-1/+12
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1