File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 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
2828 public function saveHtmlFile (string $ filename ): int |false
2929 {
3030 }
31+ #if ZEND_DEBUG
32+ public function debugGetTemplateCount (): int
33+ {
34+ }
35+ #endif
3136}
Original file line number Diff line number Diff line change 11<?php
22
3+ #[\Until('8.4 ' )]
34function highlight_string (string $ string , bool $ return = false ): string |bool
45{
6+ }
7+ /** @refcount 1 */
8+ #[\Since('8.4 ' )]
9+ function highlight_string (string $ string , bool $ return = false ): string |true
10+ {
511}
Original file line number Diff line number Diff line change 11<?php
22
3+ #[\Until('8.4 ' )]
34function print_r (mixed $ value , bool $ return = false ): string |bool
45{
6+ }
7+ /** @refcount 1 */
8+ #[\Since('8.4 ' )]
9+ function print_r (mixed $ value , bool $ return = false ): string |true
10+ {
511}
You can’t perform that action at this time.
0 commit comments