]> granicus.if.org Git - php/commit
Remove mentions of "type hint" and "typehint"
authorLevi Morrison <levim@php.net>
Tue, 20 Oct 2015 16:50:13 +0000 (10:50 -0600)
committerJulien Pauli <jpauli@php.net>
Thu, 24 Dec 2015 14:19:31 +0000 (15:19 +0100)
commit2a7eeff33e6b798c0b36a0a0e52fbf8c3197f4e9
treefac05d895c05a9f7459b50c52ba8b7b7db777404
parent8182f0ff2a95fe1f6382dc9a74c48585aec46493
Remove mentions of "type hint" and "typehint"
78 files changed:
Zend/tests/bug42802.phpt
Zend/tests/bug69767.phpt
Zend/tests/closure_059.phpt
Zend/tests/errmsg_013.phpt
Zend/tests/generators/get_return.phpt
Zend/tests/ns_055.phpt
Zend/tests/return_types/internal_functions001.phpt
Zend/tests/return_types/internal_functions002.phpt
Zend/tests/return_types/reflection001.phpt
Zend/tests/type_declarations/add_return_type.phpt [moved from Zend/tests/typehints/add_return_type.phpt with 100% similarity]
Zend/tests/type_declarations/array_001.phpt [moved from Zend/tests/array_type_hint_001.phpt with 54% similarity]
Zend/tests/type_declarations/callable_001.phpt [moved from Zend/tests/callable_type_hint_001.phpt with 87% similarity]
Zend/tests/type_declarations/callable_002.phpt [moved from Zend/tests/callable_type_hint_002.phpt with 92% similarity]
Zend/tests/type_declarations/callable_003.phpt [moved from Zend/tests/callable_type_hint_003.phpt with 92% similarity]
Zend/tests/type_declarations/closure_with_variadic.phpt [moved from Zend/tests/closure_with_variadic_typehint.phpt with 80% similarity]
Zend/tests/type_declarations/default_boolean_hint_values.phpt [moved from Zend/tests/typehints/default_boolean_hint_values.phpt with 100% similarity]
Zend/tests/type_declarations/explicit_weak_include_strict.phpt [moved from Zend/tests/typehints/explicit_weak_include_strict.phpt with 100% similarity]
Zend/tests/type_declarations/inexistent_class_hint_with_scalar_arg.phpt [moved from Zend/tests/typehints/inexistent_class_hint_with_scalar_arg.phpt with 84% similarity]
Zend/tests/type_declarations/internal_function_strict_mode.phpt [moved from Zend/tests/typehints/internal_function_strict_mode.phpt with 94% similarity]
Zend/tests/type_declarations/return_separation.phpt [moved from Zend/tests/typehints/return_separation.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_basic.phpt [moved from Zend/tests/typehints/scalar_basic.phpt with 97% similarity]
Zend/tests/type_declarations/scalar_constant_defaults.phpt [moved from Zend/tests/typehints/scalar_constant_defaults.phpt with 97% similarity]
Zend/tests/type_declarations/scalar_constant_defaults_error.phpt [moved from Zend/tests/typehints/scalar_constant_defaults_error.phpt with 80% similarity]
Zend/tests/type_declarations/scalar_float_with_integer_default_strict.phpt [moved from Zend/tests/typehints/scalar_float_with_integer_default_strict.phpt with 65% similarity]
Zend/tests/type_declarations/scalar_float_with_integer_default_weak.phpt [moved from Zend/tests/typehints/scalar_float_with_integer_default_weak.phpt with 68% similarity]
Zend/tests/type_declarations/scalar_float_with_invalid_default.phpt [new file with mode: 0644]
Zend/tests/type_declarations/scalar_none.phpt [moved from Zend/tests/typehints/scalar_none.phpt with 97% similarity]
Zend/tests/type_declarations/scalar_null.phpt [moved from Zend/tests/typehints/scalar_null.phpt with 98% similarity]
Zend/tests/type_declarations/scalar_relative_typehint_disallowed.phpt [moved from Zend/tests/typehints/scalar_relative_typehint_disallowed.phpt with 79% similarity]
Zend/tests/type_declarations/scalar_reserved2.phpt [moved from Zend/tests/typehints/scalar_reserved2.phpt with 62% similarity]
Zend/tests/type_declarations/scalar_reserved2_class_alias.phpt [moved from Zend/tests/typehints/scalar_reserved2_class_alias.phpt with 64% similarity]
Zend/tests/type_declarations/scalar_reserved2_use.phpt [moved from Zend/tests/typehints/scalar_reserved2_use.phpt with 64% similarity]
Zend/tests/type_declarations/scalar_reserved3.phpt [moved from Zend/tests/typehints/scalar_reserved3.phpt with 63% similarity]
Zend/tests/type_declarations/scalar_reserved3_class_alias.phpt [moved from Zend/tests/typehints/scalar_reserved3_class_alias.phpt with 64% similarity]
Zend/tests/type_declarations/scalar_reserved3_use.phpt [moved from Zend/tests/typehints/scalar_reserved3_use.phpt with 65% similarity]
Zend/tests/type_declarations/scalar_reserved4.phpt [moved from Zend/tests/typehints/scalar_reserved4.phpt with 63% similarity]
Zend/tests/type_declarations/scalar_reserved4_class_alias.phpt [moved from Zend/tests/typehints/scalar_reserved4_class_alias.phpt with 64% similarity]
Zend/tests/type_declarations/scalar_reserved4_use.phpt [moved from Zend/tests/typehints/scalar_reserved4_use.phpt with 65% similarity]
Zend/tests/type_declarations/scalar_reserved6.phpt [moved from Zend/tests/typehints/scalar_reserved6.phpt with 62% similarity]
Zend/tests/type_declarations/scalar_reserved6_class_alias.phpt [moved from Zend/tests/typehints/scalar_reserved6_class_alias.phpt with 64% similarity]
Zend/tests/type_declarations/scalar_reserved6_use.phpt [moved from Zend/tests/typehints/scalar_reserved6_use.phpt with 64% similarity]
Zend/tests/type_declarations/scalar_reserved7.phpt [moved from Zend/tests/typehints/scalar_reserved7.phpt with 65% similarity]
Zend/tests/type_declarations/scalar_return_basic.phpt [moved from Zend/tests/typehints/scalar_return_basic.phpt with 96% similarity]
Zend/tests/type_declarations/scalar_return_basic_64bit.phpt [moved from Zend/tests/typehints/scalar_return_basic_64bit.phpt with 96% similarity]
Zend/tests/type_declarations/scalar_strict.phpt [moved from Zend/tests/typehints/scalar_strict.phpt with 97% similarity]
Zend/tests/type_declarations/scalar_strict_64bit.phpt [moved from Zend/tests/typehints/scalar_strict_64bit.phpt with 97% similarity]
Zend/tests/type_declarations/scalar_strict_basic.phpt [moved from Zend/tests/typehints/scalar_strict_basic.phpt with 96% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_001.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_001.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_002.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_002.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_003.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_003.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_004.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_004.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_005.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_005.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_006.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_006.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_007.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_007.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_strict_declaration_placement_008.phpt [moved from Zend/tests/typehints/scalar_strict_declaration_placement_008.phpt with 100% similarity]
Zend/tests/type_declarations/scalar_weak_reference.phpt [moved from Zend/tests/typehints/scalar_weak_reference.phpt with 76% similarity]
Zend/tests/type_declarations/self_on_closure_in_method.phpt [moved from Zend/tests/typehints/self_on_closure_in_method.phpt with 100% similarity]
Zend/tests/type_declarations/strict_call_weak.phpt [moved from Zend/tests/typehints/strict_call_weak.phpt with 100% similarity]
Zend/tests/type_declarations/strict_call_weak_2.inc [moved from Zend/tests/typehints/strict_call_weak_2.inc with 100% similarity]
Zend/tests/type_declarations/strict_call_weak_explicit.phpt [moved from Zend/tests/typehints/strict_call_weak_explicit.phpt with 100% similarity]
Zend/tests/type_declarations/strict_call_weak_explicit_2.inc [moved from Zend/tests/typehints/strict_call_weak_explicit_2.inc with 100% similarity]
Zend/tests/type_declarations/strict_include_explicit_weak.phpt [moved from Zend/tests/typehints/strict_include_explicit_weak.phpt with 100% similarity]
Zend/tests/type_declarations/strict_include_explicit_weak_2.inc [moved from Zend/tests/typehints/strict_include_explicit_weak_2.inc with 100% similarity]
Zend/tests/type_declarations/strict_include_weak.phpt [moved from Zend/tests/typehints/strict_include_weak.phpt with 100% similarity]
Zend/tests/type_declarations/strict_include_weak_2.inc [moved from Zend/tests/typehints/strict_include_weak_2.inc with 100% similarity]
Zend/tests/type_declarations/strict_nested.phpt [moved from Zend/tests/typehints/strict_nested.phpt with 100% similarity]
Zend/tests/type_declarations/weak_call_strict.phpt [moved from Zend/tests/typehints/weak_call_strict.phpt with 100% similarity]
Zend/tests/type_declarations/weak_call_strict_2.inc [moved from Zend/tests/typehints/weak_call_strict_2.inc with 100% similarity]
Zend/tests/type_declarations/weak_explicit_call_strict.phpt [moved from Zend/tests/typehints/weak_explicit_call_strict.phpt with 100% similarity]
Zend/tests/type_declarations/weak_include_strict.phpt [moved from Zend/tests/typehints/weak_include_strict.phpt with 100% similarity]
Zend/tests/type_declarations/weak_include_strict_2.inc [moved from Zend/tests/typehints/weak_include_strict_2.inc with 100% similarity]
Zend/tests/typehints/scalar_float_with_invalid_default.phpt [deleted file]
Zend/tests/variadic/typehint_error.phpt
Zend/tests/variadic/typehint_suppressed_error.phpt
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_inheritance.c
tests/lang/type_hints_003.phpt