php-src/ext/standard/tests/class_object
2011-11-09 05:27:45 +00:00
..
AutoInterface.inc New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
AutoLoaded.inc New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
AutoTest.inc New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
AutoTrait.inc Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
class_exists_basic_001.phpt
class_exists_error_001.phpt
class_exists_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
class_exists_variation_002.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
class_exists_variation_003.phpt
forward_static_call_001.phpt
forward_static_call_002.phpt
forward_static_call_003.phpt
get_class_error_001.phpt Fixed bug #47664 (get_class returns NULL instead of FALSE) 2009-03-16 09:51:32 +00:00
get_class_methods_basic_001.phpt
get_class_methods_basic_002.phpt
get_class_methods_basic_003.phpt
get_class_methods_error_001.phpt
get_class_methods_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
get_class_methods_variation_002.phpt removing UEXPECT 2009-03-03 09:59:36 +00:00
get_class_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
get_class_variation_002.phpt removing UEXPECT 2009-03-03 09:59:36 +00:00
get_class_vars_error.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
get_class_vars_variation1.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
get_class_vars_variation2.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
get_declared_classes_basic_001.phpt
get_declared_classes_error_001.phpt
get_declared_classes_variation1.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
get_declared_interfaces_basic_001.phpt
get_declared_interfaces_error_001.phpt
get_declared_interfaces_variation1.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
get_declared_traits_basic_001.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
get_declared_traits_error_001.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
get_declared_traits_variation1.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
get_object_vars_basic_001.phpt
get_object_vars_basic_002.phpt
get_object_vars_error_001.phpt
get_object_vars_variation_001.phpt
get_object_vars_variation_002.phpt
get_object_vars_variation_003.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
get_parent_class_error_001.phpt
get_parent_class_variation_001.phpt
get_parent_class_variation_002.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
interface_exists_error.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
interface_exists_variation1.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
interface_exists_variation2.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
interface_exists_variation3.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
interface_exists_variation4.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
is_a_error_001.phpt fix bug #55475 - implement is_a BC solution 2011-11-09 05:27:45 +00:00
is_a_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
is_a_variation_002.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
is_a_variation_003.phpt
is_a.phpt fix bug #55475 - implement is_a BC solution 2011-11-09 05:27:45 +00:00
is_subclass_of_error_001.phpt fix bug #55475 - implement is_a BC solution 2011-11-09 05:27:45 +00:00
is_subclass_of_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
is_subclass_of_variation_002.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
is_subclass_of_variation_003.phpt
is_subclass_of_variation_004.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
method_exists_basic_001.phpt
method_exists_basic_002.phpt
method_exists_basic_003.phpt
method_exists_error_001.phpt
method_exists_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
method_exists_variation_002.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
method_exists_variation_003.phpt
property_exists_error.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
property_exists_variation1.phpt New class related tests. Tested on Windows, Linux and Linux 64. Tests written by Iain Lewis 2009-06-16 08:59:39 +00:00
trait_class_exists_variation_003.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
trait_exists_basic_001.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
trait_exists_error_001.phpt Added trait_exists() [TRAITS] [DOC] 2011-01-09 19:57:41 +00:00
trait_exists_variation_001.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00
trait_exists_variation_002.phpt Changed silent conversion of array to string to produce a notice. (Patrick) 2011-10-21 06:08:47 +00:00