php-src/ext/reflection/tests
Dmitry Stogov 9a20323e19 Improved assert() according to expectations RFC.
See https://wiki.php.net/rfc/expectations

Squashed commit of the following:

commit 3f3651a787
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon Mar 2 11:56:33 2015 +0300

    opcode 137 is used for ZEND_OP_DATA and con't be reused for ZEND_ASSERT_CHECK

commit ca8ecabf2a
Merge: 24328ac 9dac923
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon Mar 2 10:49:23 2015 +0300

    Merge branch 'master' into assert

    * master:
      Update NEWS
      Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize)
      windows only test
      Align entries format
      Align entries format for 5.6.7
      Align entries format for 5.5.23
      Bump header year
      Fixed bug #69144 (strtr not replacing with partly matching replace pairs)
      Fixed test?
      Revert mktime()/gmmktime()'s arginfo
      Update NEWS
      Fixed bug #69141 Missing arguments in reflection info for some builtin functions
      Add NEWS entry
      Remove useless date warning
      Fix ARG_INFO for levenshtein
      Fix ARG_INFO for levenshtein
      fix dir separator in tests
      Update NEWS
      Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).

commit 24328ac03f
Merge: 021fd94 1cdee9a
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Fri Feb 27 15:57:13 2015 +0300

    Merge branch 'master' into assert

    * master:
      Fixed C++ support
      Fixed bug #69115 crash in mail
      Reorder
      Update NEWs
      Fixed bug #69121 (Segfault in get_current_user when script owner is not in passwd with ZTS build)
      Update News
      Fixed bug #69125 (Array numeric string as key)
      fix bug#68942's patch
      Fixed ability to build unspecialized executor
      Fixed bug #69124 (method name could not be used when by ref)
      Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
      Fixed a bug that header value is not terminated by '\0' when accessed through getenv().

commit 021fd94ed1
Merge: 49963eb ace1f82
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Thu Feb 26 11:26:03 2015 +0300

    Merge branch 'master' into assert

    * master: (59 commits)
      Improved ASSIGN_DIM handler
      Don't inline slow path
      Revert a part committted by mistake
      Fixed compilation warnings
      Fixed a bug that header value is not terminated by '\0' when accessed through getenv().
      better name
      Improve fix for #69038
      Update NEWs
      Fixed bug #69108 ("Segmentation fault" when (de)serializing SplObjectStorage)
      Added specialized versions of DO_FCALL handler:   DO_ICALL - for internal functions   DO_UCALL - for user functions   DO_FCALL_BY_NAME - plain, most probably user, funcstions (not methods)
      Use cache_slot offsets instead of indexes (simplify run-time instructions)
      Split INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAMIC_CALL(CONST-STRING|TMPVAR|CV)
      Support list($a, $b) = $a
      Avoid unnecassary check
      Make zend_array_destroy() to free the corresponding zend_array
      Eliminate check on the fast path
      Make current() and key() receive argument by value.
      Use Firebird default home folder, replace Interbase with Firebird
      Updated NEWS
      updated NEWS
      ...

    Conflicts:
    	Zend/zend_vm_execute.h
    	Zend/zend_vm_opcodes.c
    	Zend/zend_vm_opcodes.h

commit 49963ebf9d
Merge: 07b1f92 6b77959
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Thu Feb 19 11:13:08 2015 +0300

    Merge branch 'master' into assert

    * master:
      Implemented AST pretty-printer
      update NEWS to match the actual stuff in 5.6.6
      update NEWS to match the actual stuff in 5.5.22
      update NEWS(add missing entry for the enchant fix, and reorder the entries a bit)
      fix typo in bug#
      update NEWS
      fix email format
      update NEWS
      update 5.6.6 release date in NEWS
      Fix bug #69033 (Request may get env. variables from previous requests if PHP works as FastCGI)
      BFN
      fix test
      fix test
      fix test
      Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)
      Updated NEWS
      add CVE
      5.4.39 next
      Fix associativity to match Perl
      Blast off to space.

    Conflicts:
    	Zend/zend_ast.c

commit 07b1f92ed6
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 23:06:32 2015 +0300

    fixed pretty-printer (support for "elseif")

commit 5a976c8d85
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 19:50:08 2015 +0300

    Fixed vaeious ptetty-printer issues

commit 69491e8e8e
Merge: 8473157 3ddc246
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 10:18:32 2015 +0300

    Merge branch 'master' into assert

    * master:
      Set PHP_JSON_VERSION to 1.4.0
      Remove unnecessary resource checks in openssl ext
      JSON is now maintained

commit 8473157fbb
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 10:17:26 2015 +0300

    Fixed typo and white spaces

commit 96de5ffc8d
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Wed Feb 18 00:28:39 2015 +0300

    Fixed assert() in namesapaces

commit 5eba069c28
Merge: 4a2d9c0 d428bf2
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue Feb 17 22:45:55 2015 +0300

    Merge branch 'master' into assert

    * master: (25 commits)
      improve debugability in TS debug builds
      More UPGRADING, in particular on foreach
      Fixed bug #69038 (switch(SOMECONSTANT) misbehaves) for master
      Replace var is introduced
      abstain from using xmlCleanupParser
      fix TS build
      Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
      update news
      Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
      Port for for bug #68552
      Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)
      Update NEWS
      Fixed bug #69038 (switch(SOMECONSTANT) misbehaves)
      - BFN
      Don't read the local php.ini when Generating Phar When building phar shared, you can end up loading a previous phar.so that isn't compatible with the php cli being used to generate Phar here.
      - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)
      Delete json outdated package.xml
      made ZEND_TSRMLS_CACHE_* macros look like function calls
      - Fix merge
      - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de
      ...

commit 4a2d9c0953
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Tue Feb 17 22:45:10 2015 +0300

    Implemented AST pretty-printer to capture expression passed to assert()

commit 7a059b66d5
Merge: 9973df7 3892eba
Author: Dmitry Stogov <dmitry@zend.com>
Date:   Mon Feb 16 18:42:28 2015 +0300

    Merge branch 'expect' of github.com:krakjoe/php-src into assert

    * 'expect' of github.com:krakjoe/php-src:
      import expect

    Conflicts:
    	Zend/zend_compile.c
    	Zend/zend_execute_API.c
    	Zend/zend_globals.h
    	Zend/zend_vm_def.h
    	Zend/zend_vm_execute.h
    	Zend/zend_vm_opcodes.c
    	Zend/zend_vm_opcodes.h
    	ext/opcache/Optimizer/block_pass.c
    	ext/opcache/Optimizer/pass1_5.c
    	ext/standard/assert.c
    	ext/standard/tests/assert/assert_error3.phpt

commit 3892eba2bf
Author: krakjoe <joe.watkins@live.co.uk>
Date:   Sun Feb 2 12:49:35 2014 +0000

    import expect
2015-03-02 12:25:40 +03: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Not reference anymore 2014-03-02 15:47:08 +08: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 Not reference anymore 2014-03-02 15:47:08 +08: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08: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 Drop SKIPIF check for ext/reflection. 2008-05-24 13:34:22 +00: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 Remove executable permission on phpt 2012-10-10 10:27:49 +08: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.phpt Fix tests 2009-06-29 07:45:11 +00:00
bug46064_2.phpt Not reference anymore 2014-03-02 15:47:08 +08:00
bug46205.phpt Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 2008-10-01 07:30:31 +00:00
bug47254.phpt Small fixes to tests, see #62022 2012-05-15 11:42:14 +01: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 update the exception message to better match the actual check 2014-07-30 10:16:01 +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.phpt [DOC] Remove $this support in closures for PHP 5.3 beta 1 2009-01-26 22:54:34 +00:00
closures_003_v1.phpt Remove executable permission on phpt 2012-10-10 10:31:53 +08:00
closures_004.phpt restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
exception.inc
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 Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
property_exists.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ReflectionClass_CannotClone_basic.phpt Test from 2009 testfest 2009-08-26 17:17:58 +00: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 - Fix tests 2010-07-31 22:10:43 +00: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_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_getName_error1.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.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_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.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_001_2_4.phpt fix tests broken by 633f898f15 2014-02-27 02:31:42 +01: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_isCloneable_001.phpt - Fix test 2011-05-14 01:00:59 +00: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 MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isInstantiable_variation.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00: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 - Fixed test 2010-09-09 21:46:29 +00: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_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionClass_isSubclassOf_error1.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 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_newInstanceArgs_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_newInstanceArgs_002.phpt - Fix tests 2010-05-29 20:34:25 +00:00
ReflectionClass_newInstanceWithoutConstructor.phpt update the exception message to better match the actual check 2014-07-30 10:16:01 +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_001_2_4.phpt fix tests broken by 633f898f15 2014-02-27 02:31:42 +01: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 Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some currently defined classes as final which were just not being considered as such before. 2014-12-12 17:29:54 +01: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 MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00: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 Not reference anymore 2014-03-02 15:47:08 +08:00
ReflectionExtension_getClassNames_basic.phpt Improved assert() according to expectations RFC. 2015-03-02 12:25:40 +03:00
ReflectionExtension_getClassNames_variation1.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00: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 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_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 Remove superfluous echos. 2014-06-08 13:50:22 -07: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
ReflectionMethod_006.phpt MFH: 2009-01-07 22:40:17 +00: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 - Fix tests 2010-07-31 22:10:43 +00:00
ReflectionMethod_constructor_error1.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
ReflectionMethod_constructor_error2.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
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 - Fix tests 2010-05-29 20:34:25 +00: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 - Fix tests 2010-07-31 22:10:43 +00: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_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_getName_error1.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 MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isInstantiable_variation.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00: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.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_isSubclassOf_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00:00
ReflectionObject_isSubclassOf_error.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +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_error.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 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 MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00: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 MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +00: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.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_getModifiers_basic.phpt MFH: Rename reflection*.phpt to Reflection*.phpt for consistency. 2009-04-08 16:09:16 +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