File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,9 @@ public function saveHtml(?Node $node = null): string
28
28
public function saveHtmlFile (string $ filename ): int |false
29
29
{
30
30
}
31
+ #if ZEND_DEBUG
32
+ public function debugGetTemplateCount (): int
33
+ {
34
+ }
35
+ #endif
31
36
}
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ #[\Until('8.4 ' )]
3
4
function highlight_string (string $ string , bool $ return = false ): string |bool
4
5
{
6
+ }
7
+ /** @refcount 1 */
8
+ #[\Since('8.4 ' )]
9
+ function highlight_string (string $ string , bool $ return = false ): string |true
10
+ {
5
11
}
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ #[\Until('8.4 ' )]
3
4
function print_r (mixed $ value , bool $ return = false ): string |bool
4
5
{
6
+ }
7
+ /** @refcount 1 */
8
+ #[\Since('8.4 ' )]
9
+ function print_r (mixed $ value , bool $ return = false ): string |true
10
+ {
5
11
}
You can’t perform that action at this time.
0 commit comments