summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* fix: bug72222 for PHP-5.6 reflection export of array constsnikita22062016-07-132-11/+47
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
* Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-241-0/+10
* Add bug #70957 and #70958 releated test in refectionXinchen Hui2015-11-231-0/+44
* Fixed the third one of (segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-9/+15
* Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-1/+29
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-0/+18
|\
| * Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+18
| * Bump yearXinchen Hui2015-01-152-2/+2
* | bump yearXinchen Hui2015-01-152-2/+2
* | Fix incorrect argument reflection info for array_multisort()Alexander Lisachenko2014-11-231-14/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-10-041-1/+1
|\ \ | |/
| * Fix accidental edit in previous commitJohannes Schlüter2014-10-041-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Johannes Schlüter2014-10-041-2/+2
|\ \ | |/
| * Fix arginfoJohannes Schlüter2014-10-041-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2014-09-261-5/+20
|\ \ | |/
| * Fixed bug #68103 Dupplicate entry in ReflectionRemi Collet2014-09-261-5/+20
* | update the exception message to better match the actual checkFerenc Kovacs2014-07-303-3/+3
* | ReflectionClass::newInstanceWithoutConstructor() should be allowed to instant...Ferenc Kovacs2014-07-303-4/+9
* | Fixed crash on self-referencing constant expression (part of a constant AST)Dmitry Stogov2014-07-241-2/+11
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-083-3/+3
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-083-3/+3
| |\
| | * Remove superfluous echos.Jeff Welch2014-06-083-3/+3
* | | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-3/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-02-272-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2014-02-272-2/+2
| |\ \ | | |/
| | * fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627Ferenc Kovacs2014-02-272-2/+2
| | * Bump yearXinchen Hui2014-01-032-2/+2
| * | Bump yearXinchen Hui2014-01-032-2/+2
* | | Bump yearXinchen Hui2014-01-032-2/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2013-12-102-40/+47
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-12-102-40/+47
| |\ \ | | |/
| | * Fixed Bug #66218 zend_register_functions breaks reflectionRemi Collet2013-12-102-40/+47
* | | converted several switches to ifs and made more opcache friendlyBob Weinand2013-11-011-13/+4
* | | Working commit for constant scalar expressions (with constants).Bob Weinand2013-10-311-5/+13
* | | Implement variadic function syntaxNikita Popov2013-09-265-3/+79
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| * typo fixesVeres Lajos2013-07-151-1/+1
* | typo fixesVeres Lajos2013-07-151-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-06-201-0/+4
|\ \ | |/
| * skip test for bug #64936 when tokenizer not builtRemi Collet2013-06-201-0/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-162-0/+39
|\ \ | |/
| * Fix bug #64936 - clean doc comment state at the beginning and end of the scanStanislav Malyshev2013-06-162-0/+39
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-03-212-1/+46
|\ \ | |/
| * Fix bug in reflectionClass relate to #64239Xinchen Hui2013-03-212-1/+46
| * Happy New YearXinchen Hui2013-01-012-2/+2
* | Made test compatible with O+Dmitry Stogov2013-03-169-0/+27
* | Fix test related to change for #bug64007 and also fix in newInstanceArgsXinchen Hui2013-01-222-12/+28
* | Fixed bug #64007 (There is an ability to create instance of Generator by hand).Xinchen Hui2013-01-192-8/+25