Home
last modified time | relevance | path

Searched refs:use (Results 26 – 50 of 756) sorted by relevance

12345678910>>...31

/PHP-5.4/Zend/tests/
H A Dns_061.phpt2 061: use in global scope
6 use \A as B;
H A Derrmsg_006.phpt2 errmsg: can't use [] for reading
12 Fatal error: Cannot use [] for reading in %s on line %d
H A Derrmsg_007.phpt2 errmsg: can't use [] for reading - 2
12 Fatal error: Cannot use [] for reading in %s on line %d
H A Derrmsg_008.phpt2 errmsg: can't use [] for unsetting
12 Fatal error: Cannot use [] for unsetting in %s on line %d
H A Dns_033.phpt5 use A;
7 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
H A Dns_065.phpt2 065: Multiple names in use statement
5 use X\Y as test, X\Z as test2;
H A Dclosure_035.phpt6 $x = function () use (&$x) {
7 $h = function () use ($x) {
H A Derrmsg_028.phpt2 errmsg: cannot use 'self' as class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_029.phpt2 errmsg: cannot use 'parent' as class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Derrmsg_044.phpt2 Trying use object of type stdClass as array
11 Fatal error: Cannot use object of type stdClass as array in %s on line %d
H A Dclosure_002.phpt8 $lambda1 = function () use ($x) {
12 $lambda2 = function () use (&$x) {
H A Derrmsg_035.phpt2 errmsg: cannot use 'self' as interface name
12 Fatal error: Cannot use 'self' as interface name as it is reserved in %s on line %d
H A Derrmsg_036.phpt2 errmsg: cannot use 'parent' as interface name
12 Fatal error: Cannot use 'parent' as interface name as it is reserved in %s on line %d
H A Derrmsg_030.phpt2 errmsg: cannot use 'self' as parent class name
12 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Derrmsg_031.phpt2 errmsg: cannot use 'parent' as parent class name
12 Fatal error: Cannot use 'parent' as class name as it is reserved in %s on line %d
H A Dns_029.phpt5 use A\B as Foo;
12 Fatal error: Cannot declare class Foo because the name is already in use in %sns_029.php on line 4
H A Dclosure_003.phpt9 $lambda1 = function () use ($x) {
13 $lambda2 = function () use (&$x) {
/PHP-5.4/ext/spl/tests/
H A Dclass_uses_basic2.phpt15 class fooUser { use foo; }
18 class barUser { use bar; }
20 class foobarUser { use foo, bar; }
25 class fooViaBarUser extends barUser { use foo; }
/PHP-5.4/Zend/tests/traits/
H A Dbug55355.phpt31 use ATrait;
36 use ATrait;
40 use ATrait;
H A Dbug55554b.phpt16 use TConstructor {
28 use TConstructor {
40 use TConstructor {
H A Derror_002.phpt2 Trying to use an undefined trait
7 use abc;
H A Dlanguage018.phpt9 use T1 {
15 Fatal error: Cannot use 'abstract' as method modifier in %s on line %d
H A Dlanguage019.phpt9 use T1 {
15 Fatal error: Cannot use 'final' as method modifier in %s on line %d
/PHP-5.4/ext/standard/tests/class_object/
H A Dget_declared_traits_variation1.phpt21 echo "\n-- after use is declared --\n";
24 use AutoTrait;
38 -- after use is declared --
/PHP-5.4/ext/phar/tests/
H A Dinvalid_setstubalias.phpt43 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
44 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
45 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
46 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias

Completed in 22 milliseconds

12345678910>>...31