php-src/ext/reflection/tests
Nikita Popov 3ae995f03c Tweak uncaught exception message display
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
2015-05-17 18:47:06 +02:00
..
001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
003.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
004.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
005.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
006.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
007.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
008.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
009.phpt Fix tests on Windows 2015-03-26 03:13:50 +01:00
010.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
011.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
012.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
013.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
014.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
015.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
016.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
017.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
018.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
019.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
020.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
021.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
022.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
023.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
024.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
025.phpt Fix tests on Windows 2015-03-26 03:13:50 +01:00
026.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug26640.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug26695.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29268.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29523.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29828.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug29986.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
bug30146.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30148.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug30209.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30856.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30961.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug31651.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug32981.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33312.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug33389.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug36308.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
bug36337.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug36434.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug37816.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug37964.phpt - MFH Fixed Bug #37964 (Reflection shows private methods of parent class) 2008-01-16 14:21:07 +00:00
bug38132.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38194.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug38217.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug38465.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug38653.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug38942.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug39001.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug39067.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug39884.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug40431.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
bug40794.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
bug41061.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug41884.phpt MFH 2007-07-11 22:06:54 +00:00
bug42976.phpt Use php_error_docref instead of zend_error 2010-03-30 21:02:32 +00:00
bug43926.phpt MFH 2008-02-15 09:35:53 +00:00
bug45139.phpt - MFB: Fixed bug #45139 (ReflectionProperty returns incorrect declaring class) 2008-06-01 03:11:38 +00:00
bug45571.phpt - Fixed bug #45571 (ReflectionClass::export() shows superclasses' private static methods.) 2008-07-20 16:51:28 +00:00
bug45765.phpt - MFH: Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error) 2008-08-11 00:47:45 +00:00
bug46064_2.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
bug46064.phpt Fix tests 2009-06-29 07:45:11 +00:00
bug46205.phpt Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 2008-10-01 07:30:31 +00:00
bug47254.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
bug48336.phpt MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not 2009-05-21 16:01:37 +00:00
bug48757.phpt MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues) 2009-07-01 17:38:03 +00:00
bug49074.phpt - Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class; 2009-08-01 20:44:00 +00:00
bug49092.phpt - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces) 2009-08-01 01:45:22 +00:00
bug49719.phpt - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class) 2009-11-01 15:12:34 +00:00
bug51905.phpt - Fixed bug #51905 (ReflectionParameter fails if default value is an array with an access to self::) 2010-05-26 00:00:58 +00:00
bug51911.phpt - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array) 2010-05-25 22:46:17 +00:00
bug52057.phpt - Fixed bug #52057 (ReflectionClass fails on Closure class) 2010-06-11 23:37:55 +00:00
bug52854.phpt - Improve test 2010-11-21 12:28:10 +00:00
bug53366.phpt - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty()) 2010-11-20 22:53:55 +00:00
bug53915.phpt - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on 2011-02-03 12:38:25 +00:00
bug60357.phpt Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conversion") 2011-11-22 10:11:06 +00:00
bug60367.phpt MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs()) 2012-03-02 03:36:30 +00:00
bug61388.phpt - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads 2012-03-18 18:23:27 +00:00
bug62384.phpt - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul) 2012-06-22 12:05:29 -03:00
bug62715.phpt Fixed bug that can not get default value of parameter if it's not optional 2012-08-02 22:28:04 +08:00
bug63399.phpt Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames) 2012-10-31 11:13:32 +08:00
bug63614.phpt Fixed Bug #63614 (Fatal error on Reflection) 2012-11-27 13:34:36 +08:00
bug64007.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
bug64239.phpt Fix bug in reflectionClass relate to #64239 2013-03-21 21:32:06 +08:00
bug64936.inc Fix bug #64936 - clean doc comment state at the beginning and end of the scan 2013-06-16 15:22:23 -07:00
bug64936.phpt skip test for bug #64936 when tokenizer not built 2013-06-20 08:42:07 +02:00
bug67068.phpt Added test and possible fix for https://bugs.php.net/bug.php?id=67068 2015-01-13 01:24:19 +00:00
closures_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
closures_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
closures_003_v1.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
closures_003.phpt [DOC] Remove $this support in closures for PHP 5.3 beta 1 2009-01-26 22:54:34 +00:00
closures_004.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
exception.inc Fix classnames 2004-09-29 08:55:45 +00:00
included4.inc Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
parameters_001.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
parameters_002.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
property_exists.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ReflectionClass_CannotClone_basic.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_constructor_001.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_constructor_002.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_export_basic1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_export_basic2.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_FileInfo_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_FileInfo_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getConstant_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getConstant_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getConstants_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getConstants_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getConstructor_basic.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionClass_getConstructor_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getDefaultProperties_001.phpt - Fixed ReflectionClass::getStaticProperties() to do not return the private properties from parent class; 2009-08-01 20:44:00 +00:00
ReflectionClass_getDefaultProperties_002.phpt MFH: 2009-01-07 22:40:17 +00:00
ReflectionClass_getDocComment_001.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
ReflectionClass_getDocComment_002.phpt MFH: 2009-01-07 22:40:17 +00:00
ReflectionClass_getExtension_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getExtension_variation.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getExtensionName_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getExtensionName_variation.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getInterfaceNames_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getInterfaces_001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_getInterfaces_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_getInterfaces_003.phpt Fixed test 2014-03-02 21:38:00 +08:00
ReflectionClass_getInterfaces_004.phpt MFH: 2009-01-07 22:40:17 +00:00
ReflectionClass_getMethod_001.phpt - MFH: Fixed bug #47254 (Wrong Reflection for extends class) 2009-04-27 19:48:45 +00:00
ReflectionClass_getMethod_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_getMethods_001.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
ReflectionClass_getMethods_002.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
ReflectionClass_getMethods_003.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
ReflectionClass_getModifierNames_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getModifiers_basic.phpt Made ZEND_ACC_TRAIT a saner value 2015-02-12 23:20:19 +01:00
ReflectionClass_getName_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getName_error1.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_getName_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getNamespaceName.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getParentClass_001.phpt MFH: 2009-01-07 22:40:17 +00:00
ReflectionClass_getParentClass.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getProperties_001.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
ReflectionClass_getProperties_002.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
ReflectionClass_getProperties_003.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
ReflectionClass_getProperty_001.phpt - MFH: Fixed bug #47254 (Wrong Reflection for extends class) 2009-04-27 19:48:45 +00:00
ReflectionClass_getProperty_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_getProperty_003.phpt - MFH: Fixed bug #47254 (Wrong Reflection for extends class) 2009-04-27 19:48:45 +00:00
ReflectionClass_getProperty_004.phpt - MFH: Fixed bug #47254 (Wrong Reflection for extends class) 2009-04-27 19:48:45 +00:00
ReflectionClass_getStaticPropertyValue_001_2_4.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_getStaticPropertyValue_001.phpt Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
ReflectionClass_getStaticPropertyValue_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_hasConstant_001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_hasConstant_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_hasConstant_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_hasMethod_001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_hasMethod_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_hasMethod_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_hasProperty_001.phpt - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private property in base class) 2009-11-01 15:12:34 +00:00
ReflectionClass_hasProperty_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_hasProperty_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_implementsInterface_001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_isAbstract_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isAnonymous.phpt Rebase Joe's anon classes implementation 2015-04-26 15:04:22 +02:00
ReflectionClass_isCloneable_001.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_isCloneable_002.phpt - Added ReflectionClass::isCloneable() [DOC] 2010-06-02 15:29:42 +00:00
ReflectionClass_isFinal_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isInstance_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isInstance_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
ReflectionClass_isInstantiable_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isInstantiable_error.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionClass_isInstantiable_variation.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionClass_isInterface_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isInternal_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isInternal_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isIterateable_001.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_isIterateable_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isIterateable_variation1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isSubclassOf_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_isSubclassOf_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isSubclassOf_error1.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_isSubclassOf_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isUserDefined_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isUserDefined_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_modifiers_001.phpt Made ZEND_ACC_TRAIT a saner value 2015-02-12 23:20:19 +01:00
ReflectionClass_modifiers_002.phpt MFH: 2009-01-07 22:40:17 +00:00
ReflectionClass_newInstance_001.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionClass_newInstanceArgs_001.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionClass_newInstanceArgs_002.phpt Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
ReflectionClass_newInstanceWithoutConstructor.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_setStaticPropertyValue_001_2_4.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionClass_setStaticPropertyValue_001.phpt Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
ReflectionClass_setStaticPropertyValue_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_toString_001.phpt Rebase Joe's anon classes implementation 2015-04-26 15:04:22 +02:00
ReflectionClass_toString_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionClass_toString_003.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionExtension_bug66218.phpt Fixed Bug #66218 zend_register_functions breaks reflection 2013-12-10 16:07:16 +01:00
ReflectionExtension_constructor_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_constructor_error.phpt Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
ReflectionExtension_export_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_getClasses_basic.phpt Updated test to include ReflectionGenerator 2015-05-15 06:52:04 +02:00
ReflectionExtension_getClassNames_basic.phpt Improved assert() according to expectations RFC. 2015-03-02 12:25:40 +03:00
ReflectionExtension_getClassNames_variation1.phpt Revert "Revert "Removing ext/ereg and dependencies"" 2014-09-11 19:25:42 +08:00
ReflectionExtension_getDependencies_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_getDependencies_variation2.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_getName_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_getVersion_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_info_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionExtension_isPersistant.phpt Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent(). 2010-03-30 20:50:42 +00:00
ReflectionExtension_isTemporary.phpt Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent(). 2010-03-30 20:50:42 +00:00
ReflectionFunction_001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionFunction_construct.001.phpt Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
ReflectionFunction_getClosure_basic.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
ReflectionFunction_getClosure_error.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
ReflectionFunction_getClosureScopeClass.phpt Commit Gustavo's closure rebinding patch as desided by vote 2011-09-07 06:46:27 +00:00
ReflectionFunction_getClosureThis.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
ReflectionFunction_getDocComment.001.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
ReflectionFunction_getExtension.phpt MFH: Add tests for ReflectionFunction::getExtension*(). 2008-05-11 04:57:09 +00:00
ReflectionFunction_getExtensionName.phpt MFH: Add tests for ReflectionFunction::getExtension*(). 2008-05-11 04:57:09 +00:00
ReflectionFunction_getFileName.001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionFunction_getFileName.002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionFunction_getNamespaceName.phpt - Fixed tests 2008-11-13 01:49:51 +00:00
ReflectionFunction_isClosure_basic.phpt Remove superfluous echos. 2014-06-08 13:50:22 -07:00
ReflectionFunction_isDeprecated_basic.phpt Fix ReflectionFunction::isDeprecated() test 2015-03-09 12:27:06 +01:00
ReflectionFunction_isDisabled_basic.phpt Remove superfluous echos. 2014-06-08 13:50:22 -07:00
ReflectionFunction_isGenerator_basic.phpt Implemented ReflectionFunction::isGenerator() 2012-09-02 23:29:56 +08:00
ReflectionFunction_isVariadic_basic.phpt Implement variadic function syntax 2013-09-26 18:39:17 +02:00
ReflectionGenerator_basic.phpt Add ReflectionGenerator class 2015-05-14 20:10:35 +02:00
ReflectionGenerator_in_Generator.phpt Add ReflectionGenerator class 2015-05-14 20:10:35 +02:00
ReflectionMethod_006.phpt Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
ReflectionMethod_basic1.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_basic2.phpt - Fixed tests 2010-03-06 23:58:35 +00:00
ReflectionMethod_basic3.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_basic4.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_constructor_basic.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionMethod_constructor_error1.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionMethod_constructor_error2.phpt Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
ReflectionMethod_getClosure_basic.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
ReflectionMethod_getClosure_error.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
ReflectionMethod_getClosureThis.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
ReflectionMethod_getDeclaringClass_basic.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_getDocComment_basic.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
ReflectionMethod_getDocComment_error.phpt MFH: 2009-01-07 22:40:17 +00:00
ReflectionMethod_getModifiers_basic.phpt - Improved memory usage 2010-09-15 07:38:52 +00:00
ReflectionMethod_getStaticVariables_basic.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_invoke_basic.phpt - New parameter parsing API 2008-06-21 02:41:27 +00:00
ReflectionMethod_invoke_error1.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_invoke_error2.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_invokeArgs_basic.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_invokeArgs_error1.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_invokeArgs_error2.phpt Implement engine exceptions 2015-03-09 14:01:32 +01:00
ReflectionMethod_invokeArgs_error3.phpt Make invokeArgs() error messages consistent with invoke(). 2009-09-03 14:02:51 +00:00
ReflectionMethod_returnsReference_basic.phpt Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00:00
ReflectionMethod_setAccessible.phpt Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. 2009-09-16 17:24:46 +00:00
ReflectionObject___toString_basic1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject___toString_basic2.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_constructor_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_constructor_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_export_basic1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_export_basic2.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_export_basic3.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_FileInfo_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_FileInfo_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getConstant_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getConstant_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getConstants_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getConstants_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getConstructor_basic.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionObject_getConstructor_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getName_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getName_error1.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionObject_getName_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isInstance_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isInstance_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
ReflectionObject_isInstantiable_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isInstantiable_error.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionObject_isInstantiable_variation.phpt Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
ReflectionObject_isInternal_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isInternal_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isSubclassOf_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isSubclassOf_error.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionObject_isSubclassOf.002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionObject_isUserDefined_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isUserDefined_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionParameter_001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionParameter_002.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionParameter_003.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionParameter_canBePassedByValue.phpt Fix incorrect argument reflection info for array_multisort() 2014-11-23 16:38:30 -08:00
ReflectionParameter_DefaultValueConstant_basic1.phpt Add a constant of type CONST_PERSISTENT to test 2015-02-10 22:53:50 +01:00
ReflectionParameter_DefaultValueConstant_basic2.phpt Revert removal of two ReflectionParameter functions 2015-02-10 22:20:53 +01:00
ReflectionParameter_DefaultValueConstant_error.phpt Revert removal of two ReflectionParameter functions 2015-02-10 22:20:53 +01:00
ReflectionParameter_export_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionParameter_export_error2.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionParameter_export_error3.phpt Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
ReflectionParameter_export_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionParameter_getDeclaringFunction_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionParameter_getPosition_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionParameter_invalidMethodInConstructor.phpt Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
ReflectionParameter_isDefault.phpt - Fixed ReflectionProperty::isDefault() giving a wrong result for properties 2010-10-26 18:47:10 +00:00
ReflectionParameter_isVariadic_basic.phpt Implement variadic function syntax 2013-09-26 18:39:17 +02:00
ReflectionParameter_toString_basic.phpt Implement variadic function syntax 2013-09-26 18:39:17 +02:00
ReflectionProperty_basic1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_basic2.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
ReflectionProperty_constructor_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_constructor_variation1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_error.phpt Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
ReflectionProperty_export_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_export_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_getDeclaringClass_variation1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_getDocComment_basic.phpt Made test compatible with O+ 2013-03-16 16:11:00 +04:00
ReflectionProperty_getDocComment_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_getModifiers_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_getModifiers.001.phpt Reflection tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit). 2008-11-18 15:36:48 +00:00
ReflectionProperty_getValue_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_isDefault_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionProperty_setAccessible.phpt Fixed test (the expected output and master behavior are wrong) 2014-03-17 17:55:51 +04:00
ReflectionProperty_setValue_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
static_properties_002.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
traits001.phpt Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the same code. The resolution of __CLASS__ constants in methods defined in traits are delayed till run-time. This approach also made possible to use __CLASS__ constant as default value for traits properties and method arguments. 2012-01-17 08:09:13 +00:00
traits002.phpt - Missing Trait check fix 2010-05-29 21:55:19 +00:00
traits003.phpt - Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait) 2010-05-29 22:08:51 +00:00
traits004.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
traits005.phpt Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames) 2012-10-31 11:13:32 +08:00