2011-11-27 11:20:35 +01:00
|
|
|
Aliases (use)
|
|
|
|
-----
|
|
|
|
<?php
|
|
|
|
|
|
|
|
use A\B;
|
|
|
|
use C\D as E;
|
|
|
|
use F\G as H, J;
|
2011-11-27 21:43:27 +01:00
|
|
|
|
|
|
|
// evil alias notation - Do Not Use!
|
|
|
|
use \A;
|
|
|
|
use \A as B;
|
2014-03-26 22:33:45 +01:00
|
|
|
|
|
|
|
// function and constant aliases
|
|
|
|
use function foo\bar;
|
|
|
|
use function foo\bar as baz;
|
|
|
|
use const foo\BAR;
|
|
|
|
use const foo\BAR as BAZ;
|
2011-11-27 11:20:35 +01:00
|
|
|
-----
|
|
|
|
array(
|
|
|
|
0: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_NORMAL (1)
|
2011-11-27 11:20:35 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2011-11-27 11:20:35 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: A
|
|
|
|
1: B
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 21:05:01 +02:00
|
|
|
alias: null
|
2011-11-27 11:20:35 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
1: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_NORMAL (1)
|
2011-11-27 11:20:35 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2011-11-27 11:20:35 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: C
|
|
|
|
1: D
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 19:09:39 +02:00
|
|
|
alias: Identifier(
|
|
|
|
name: E
|
|
|
|
)
|
2011-11-27 11:20:35 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
2: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_NORMAL (1)
|
2011-11-27 11:20:35 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2011-11-27 11:20:35 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: F
|
|
|
|
1: G
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 19:09:39 +02:00
|
|
|
alias: Identifier(
|
|
|
|
name: H
|
|
|
|
)
|
2011-11-27 11:20:35 +01:00
|
|
|
)
|
|
|
|
1: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2011-11-27 11:20:35 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: J
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 21:05:01 +02:00
|
|
|
alias: null
|
2011-11-27 11:20:35 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2011-11-27 21:43:27 +01:00
|
|
|
3: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_NORMAL (1)
|
2011-11-27 21:43:27 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2011-11-27 21:43:27 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: A
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 21:05:01 +02:00
|
|
|
alias: null
|
2011-11-27 21:43:27 +01:00
|
|
|
)
|
|
|
|
)
|
2016-03-09 18:57:16 +01:00
|
|
|
comments: array(
|
|
|
|
0: // evil alias notation - Do Not Use!
|
|
|
|
)
|
2011-11-27 21:43:27 +01:00
|
|
|
)
|
|
|
|
4: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_NORMAL (1)
|
2011-11-27 21:43:27 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2011-11-27 21:43:27 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: A
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 19:09:39 +02:00
|
|
|
alias: Identifier(
|
|
|
|
name: B
|
|
|
|
)
|
2011-11-27 21:43:27 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2014-03-26 22:33:45 +01:00
|
|
|
5: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_FUNCTION (2)
|
2014-03-26 22:33:45 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2014-03-26 22:33:45 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: foo
|
|
|
|
1: bar
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 21:05:01 +02:00
|
|
|
alias: null
|
2014-03-26 22:33:45 +01:00
|
|
|
)
|
|
|
|
)
|
2016-03-09 18:57:16 +01:00
|
|
|
comments: array(
|
|
|
|
0: // function and constant aliases
|
|
|
|
)
|
2014-03-26 22:33:45 +01:00
|
|
|
)
|
|
|
|
6: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_FUNCTION (2)
|
2014-03-26 22:33:45 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2014-03-26 22:33:45 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: foo
|
|
|
|
1: bar
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 19:09:39 +02:00
|
|
|
alias: Identifier(
|
|
|
|
name: baz
|
|
|
|
)
|
2014-03-26 22:33:45 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
7: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_CONSTANT (3)
|
2014-03-26 22:33:45 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2014-03-26 22:33:45 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: foo
|
|
|
|
1: BAR
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 21:05:01 +02:00
|
|
|
alias: null
|
2014-03-26 22:33:45 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
8: Stmt_Use(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_CONSTANT (3)
|
2014-03-26 22:33:45 +01:00
|
|
|
uses: array(
|
|
|
|
0: Stmt_UseUse(
|
2016-07-25 14:04:04 +02:00
|
|
|
type: TYPE_UNKNOWN (0)
|
2014-03-26 22:33:45 +01:00
|
|
|
name: Name(
|
|
|
|
parts: array(
|
|
|
|
0: foo
|
|
|
|
1: BAR
|
|
|
|
)
|
|
|
|
)
|
2017-04-28 19:09:39 +02:00
|
|
|
alias: Identifier(
|
|
|
|
name: BAZ
|
|
|
|
)
|
2014-03-26 22:33:45 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
2016-03-09 18:57:16 +01:00
|
|
|
)
|