History log of /PHP-7.3/ext/reflection/php_reflection.c (Results 276 – 300 of 698)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 23617458 31-Oct-2013 Bob Weinand

Working commit for constant scalar expressions (with constants).
Tests will follow.


Revision tags: php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1
# 0d7a6388 26-Sep-2013 Nikita Popov

Implement variadic function syntax

As per RFC: https://wiki.php.net/rfc/variadics


Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2
# 8d86597d 23-Jul-2013 Veres Lajos

non living code related typo fixes


Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# 39a173b7 21-Mar-2013 Xinchen Hui

Fix bug in reflectionClass relate to #64239


Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1
# e6bde1f8 22-Jan-2013 Xinchen Hui

Fix test related to change for #bug64007 and also fix in newInstanceArgs


Revision tags: php-5.5.0alpha4
# f7b99c48 19-Jan-2013 Xinchen Hui

Fixed bug #64007 (There is an ability to create instance of Generator by hand).

Use get_constrctor instead of access of the ce->constructor directly


Revision tags: php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# df3b9a1e 27-Nov-2012 Xinchen Hui

Fixed Bug #63614 (Fatal error on Reflection)


Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1
# 7886f46b 31-Oct-2012 Xinchen Hui

Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames)


Revision tags: php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7
# ad0da9ae 02-Sep-2012 Reeze Xia

Implemented ReflectionFunction::isGenerator()


Revision tags: php-5.4.7RC1
# 7a56ac00 22-Aug-2012 Felipe Pena

- Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private)


Revision tags: php-5.3.16, php-5.4.6
# 170ee90b 02-Aug-2012 Xinchen Hui

Fixed bug that can not get default value of parameter if it's not `optional`


# 49b202f2 02-Aug-2012 Xinchen Hui

Fixed bug that can not get default value of parameter if it's not `optional`


# 10642aa9 01-Aug-2012 Xinchen Hui

Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)


Revision tags: php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1
# b025b9d0 27-Jun-2012 Johannes Schlüter

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_proper

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()

show more ...


# c3f34796 23-Jun-2012 Felipe Pena

- Improved fix for #62384


# b8e946b0 22-Jun-2012 Felipe Pena

- Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul)


Revision tags: php-5.3.14, php-5.4.4
# 1f5327a6 01-Jun-2012 Xinchen Hui

Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)


# 13a95553 31-May-2012 Reeze Xia

Implemented FR #61602 Allow access to name of constant used as default value

This is an improved commit for FR #61602, this fixed the previous
commit 054f3e3's C99 compiler compatibility

Implemented FR #61602 Allow access to name of constant used as default value

This is an improved commit for FR #61602, this fixed the previous
commit 054f3e3's C99 compiler compatibility issue

show more ...


Revision tags: php-5.3.14RC2, php-5.4.4RC2
# df481764 23-May-2012 Xinchen Hui

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

ext/reflection/php_reflection.c

show more ...


# f733173b 23-May-2012 Xinchen Hui

Fix typo while resolving conflicts


# a7df6ce6 23-May-2012 Xinchen Hui

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/

Revert "Implemented FR #61602 Allow access to name of constant used as default value"

This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74.

See: http://news.php.net/php.cvs/69137 and the author confirmed.
Will commit later after the author fixed this then make a new PR.

Conflicts:

ext/reflection/php_reflection.c

show more ...


Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2
# 6712d0d2 04-Apr-2012 reeze

Fixed CODING_STANDARD and move parameter parse code


1...<<11121314151617181920>>...28