Skip to content

Commit 2f76222

Browse files
committed
feat: add zend_test_use_internal_traits_not_trait to arginfo test list (sweep).
1 parent 0745a68 commit 2f76222

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/tests/arginfo_zpp_mismatch.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function skipFunction($function): bool {
1515
|| $function === 'zend_test_array_return'
1616
|| $function === 'zend_test_crash'
1717
|| $function === 'zend_leak_bytes'
18+
|| $function === 'zend_test_use_internal_traits_not_trait'
1819
/* mess with output */
1920
|| (is_string($function) && str_starts_with($function, 'ob_'))
2021
|| $function === 'output_add_rewrite_var'

ext/zend_test/tests/internal_class_trait_not_trait.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ zend_test
55
--FILE--
66
<?php
77

8-
// This should produce a fatal error because _ZendTestNotATraitForInternalTraits is not a trait
98
zend_test_use_internal_traits_not_trait();
109

1110
echo "Should not reach here\n";

0 commit comments

Comments
 (0)