361 Commits (b515bfbdfbea06307df53d725ea3aa3807504a21)

Author SHA1 Message Date
Felipe Pena 4e19825281 - Year++ 14 years ago
Xinchen Hui 3db55c8233 Fixed bug #60367 (Reflection and Late Static Binding) 15 years ago
Xinchen Hui b548293b99 Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion") 15 years ago
Dmitry Stogov 4a25a7740d Fixed ZE specific compile warnings (Bug #55629) 15 years ago
Stanislav Malyshev 38ff70ef25 Commit Gustavo's closure rebinding patch as desided by vote 15 years ago
Sebastian Bergmann b04a052f70 Close #55490. 15 years ago
Hannes Magnusson 550980cfe5 Callable typehint following the rules of is_callable($arg, false); 15 years ago
Felipe Pena 4b30846b50 - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena d2c47040f5 - Missing fix for bug #54347 15 years ago
Felipe Pena cee9b6603c - Fixed bug #54347 (reflection_extension does not lowercase module function name) 15 years ago
Stanislav Malyshev 2da7edbc8d This method doesn't seem to be very useful without scalar types, so reverting it too 15 years ago
Stanislav Malyshev 516c2f5920 removing scalar types in trunk 15 years ago
Gustavo André dos Santos Lopes 9e71bff701 - Simpler fix for bug #53915. 15 years ago
Gustavo André dos Santos Lopes f2329f1f4b - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Johannes Schlüter 5a1e9d1d6b - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors 16 years ago
Felipe Pena 224bfb38f7 - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty()) 16 years ago
Kalle Sommer Nielsen 063b213e9e Kill warnings about constness 16 years ago
Gustavo André dos Santos Lopes be77a48a71 - Fixed ReflectionProperty::isDefault() giving a wrong result for properties 16 years ago
Gustavo André dos Santos Lopes e5c7fae82c - Added ReflectionParameter::canBePassedByValue(). 16 years ago
Dmitry Stogov f2df6a4a3e - Improved memory usage 16 years ago
Felipe Pena 76862dfd0c - Added missing void parameter checks 16 years ago
Felipe Pena a552a30192 - Added missing parameter checks for new methods (trunk only) 16 years ago
Felipe Pena 6944a24328 - Makes "parent" and "self" checking case-insensitive 16 years ago
Felipe Pena becc2bb671 - Fixed bug #52057 (ReflectionClass fails on Closure class) 16 years ago
Felipe Pena dc86e9e89f - Fix memleak when passing a non string/object parameter 16 years ago
Felipe Pena e03baf4e5d - Save an object_init_ex() and zval_dtor() calls on ReflectionClass::isCloneable() 16 years ago
Felipe Pena c98c39b1c1 - Added ReflectionClass::isCloneable() [DOC] 16 years ago
Johannes Schlüter 4158f7e122 - More trait reflection work 16 years ago
Felipe Pena 2d63683ec3 - Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait) 16 years ago
Felipe Pena 23dfc1fa9d - Missing Trait check fix 16 years ago
Felipe Pena 3c4ff06ca7 - Fixed wrong abstract class identification (it was identified as a Trait) 16 years ago
Johannes Schlüter 97b7620aed - Add some folding marks 16 years ago
Johannes Schlüter 19afc82e28 - Make reflection aware of traits 16 years ago
Kalle Sommer Nielsen 49d74ebc6e Fixed compiler warning (pointer mismatch) 16 years ago
Pierrick Charron 0b9263da93 Remove unused variable 16 years ago
Felipe Pena 1168cdc323 - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array) 16 years ago
Dmitry Stogov f23e857676 Fixed ZTS build 16 years ago
Dmitry Stogov c5237d82bf Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 16 years ago
Derick Rethans 1bc9247651 - Added scalar typehinting. 16 years ago
Dmitry Stogov 94dd83722b Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table 16 years ago
Stanislav Malyshev c93a4f192b restore $this support for closures to its former glory 16 years ago
Johannes Schlüter 26b08f9857 Remove main/php3_compat.h, for that a few references to `function_entry` have 16 years ago
Johannes Schlüter d5b2d647c0 Fix protos 16 years ago
Johannes Schlüter 26af575926 Add ReflectionZendExtension class and --rz option to CLI 16 years ago
Johannes Schlüter 6ba38a6e09 Fix folding 16 years ago
Johannes Schlüter a6c9e432d4 Use php_error_docref instead of zend_error 16 years ago
Johannes Schlüter 347e2bce22 Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent(). 16 years ago
Hannes Magnusson f6f5e54174 - The ctor requires both arguments 16 years ago
Hannes Magnusson 004a72ce1a - The ctor requires both arguments 16 years ago