Skip to content

Commit b257e63

Browse files
committed
Fix test expectations
1 parent 23291d2 commit b257e63

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Zend/tests/functions/zend_call_function_deprecated_frame.phpt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ var_dump($a);
1919
--EXPECTF--
2020
Fatal error: Uncaught Exception: Function foo() is deprecated in %s:%d
2121
Stack trace:
22-
#0 [internal function]: {closure:%s:%d}(16384, 'Function foo() ...', '%s', %d)
23-
#1 %s(%d): array_map(Object(Closure), Array)
24-
#2 {main}
22+
#0 %s(%d): {closure:%s:%d}(16384, 'Function foo() ...', '%s', %d)
23+
#1 {main}
2524
thrown in %s on line %d

Zend/tests/gh14003.phpt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ array_filter(
1818
--EXPECTF--
1919
Fatal error: Uncaught Exception: Test in %s:%d
2020
Stack trace:
21-
#0 [internal function]: foo('a')
22-
#1 %s(%d): array_map(Object(Closure), Array)
23-
#2 {main}
21+
#0 %s(%d): foo('a')
22+
#1 {main}
2423
thrown in %s on line %d

0 commit comments

Comments
 (0)