sonarrradarrplexorganizrnginxdashboardstartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpage
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
375 B
26 lines
375 B
Unset
|
|
-----
|
|
<?php
|
|
|
|
unset($a);
|
|
unset($b, $c);
|
|
-----
|
|
array(
|
|
0: Stmt_Unset(
|
|
vars: array(
|
|
0: Expr_Variable(
|
|
name: a
|
|
)
|
|
)
|
|
)
|
|
1: Stmt_Unset(
|
|
vars: array(
|
|
0: Expr_Variable(
|
|
name: b
|
|
)
|
|
1: Expr_Variable(
|
|
name: c
|
|
)
|
|
)
|
|
)
|
|
)
|