php-src/Zend/tests/typehints
2015-05-17 17:31:43 -05:00
..
add_return_type.phpt Allow adding return type during inheritance 2015-03-22 18:56:14 +01:00
default_boolean_hint_values.phpt Fix default values for booleans, thanks to virtual types 2015-02-18 16:34:43 -05:00
explicit_weak_include_strict.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
internal_function_strict_mode.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
return_separation.phpt Fix VERIFY_RETURN separation 2015-03-24 10:51:28 +01:00
scalar_basic.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_constant_defaults_error.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
scalar_constant_defaults.phpt Add support and tests for null constant default values. Refactor complex conditionals into an extracted function for clarity and code-reuse 2015-03-19 13:51:24 -04:00
scalar_none.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_null.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_relative_typehint_disallowed.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved2_class_alias.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved2_use.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved2.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved3_class_alias.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved3_use.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved3.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved4_class_alias.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved4_use.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved4.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved6_class_alias.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved6_use.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved6.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_reserved7.phpt Implement additional type reservations 2015-03-30 22:59:06 +02:00
scalar_return_basic_64bit.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_return_basic.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_strict_64bit.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_strict_basic.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_strict_declaration_placement_001.phpt Improve detection of strict_types declaration being first in the file 2015-02-18 11:40:52 -05:00
scalar_strict_declaration_placement_002.phpt Improve detection of strict_types declaration being first in the file 2015-02-18 11:40:52 -05:00
scalar_strict_declaration_placement_003.phpt Improve detection of strict_types declaration being first in the file 2015-02-18 11:40:52 -05:00
scalar_strict_declaration_placement_004.phpt Improve detection of strict_types declaration being first in the file 2015-02-18 11:40:52 -05:00
scalar_strict_declaration_placement_005.phpt Improve detection of strict_types declaration being first in the file 2015-02-18 11:40:52 -05:00
scalar_strict_declaration_placement_006.phpt Refactor declare placement detection, allow encoding declares before type declares 2015-02-20 15:56:58 -05:00
scalar_strict_declaration_placement_007.phpt Skip the tests if multibyte isn't loaded to prevent them from being fragile based on encoding availability 2015-02-18 12:00:18 -05:00
scalar_strict_declaration_placement_008.phpt Refactor declare placement detection, allow encoding declares before type declares 2015-02-20 15:56:58 -05:00
scalar_strict.phpt Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
scalar_weak_reference.phpt Test behaviour of weak type hints with references 2015-02-10 15:48:08 +00:00
self_on_closure_in_method.phpt Disallow self etc outside classes at compile-time 2015-04-29 20:51:08 +02:00
strict_call_weak_2.inc Test strict code calling weak code and vice-versa 2015-02-10 15:48:07 +00:00
strict_call_weak_explicit_2.inc Test strict code calling weak code and vice-versa 2015-02-10 15:48:07 +00:00
strict_call_weak_explicit.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
strict_call_weak.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
strict_include_explicit_weak_2.inc Test strict code including weak code and vice-versa 2015-02-10 15:48:07 +00:00
strict_include_explicit_weak.phpt Test strict code including weak code and vice-versa 2015-02-10 15:48:07 +00:00
strict_include_weak_2.inc Test strict code including weak code and vice-versa 2015-02-10 15:48:07 +00:00
strict_include_weak.phpt Test strict code including weak code and vice-versa 2015-02-10 15:48:07 +00:00
strict_nested.phpt Move declare() to the top of the file only, and allow int->float generalization 2015-02-18 10:26:29 -05:00
weak_call_strict_2.inc Test strict code calling weak code and vice-versa 2015-02-10 15:48:07 +00:00
weak_call_strict.phpt Test strict code calling weak code and vice-versa 2015-02-10 15:48:07 +00:00
weak_explicit_call_strict.phpt Test strict code calling weak code and vice-versa 2015-02-10 15:48:07 +00:00
weak_include_strict_2.inc Test strict code including weak code and vice-versa 2015-02-10 15:48:07 +00:00
weak_include_strict.phpt Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00