Home
last modified time | relevance | path

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

12345678910>>...35

/PHP-5.5/ext/reflection/tests/
H A Dtraits005.phpt8 class C2 { use T1; }
9 class C3 { use T1 { m1 as a1; } }
10 class C4 { use T1 { m1 as a1; m2 as a2; } }
H A Dtraits004.phpt9 class C2 { use T1; }
10 class C3 { use T1; use T2; }
/PHP-5.5/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 Dbug69174.phpt2 Bug #69174 (leaks when unused inner class use traits precedence)
7 use T1, T2 {
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 Disset_expr_error.phpt8 Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" i…
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 Disset_func_error.phpt8 Fatal error: Cannot use isset() on the result of a function call (you can use "null !== func()" ins…
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
/PHP-5.5/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.5/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.5/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.5/ext/mysql/tests/
H A Dmysql_connect.phpt39 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
107 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
109 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
111 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
115 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
117 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
119 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
121 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
123 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
125 …ct(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO inste…
[all …]
/PHP-5.5/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 31 milliseconds

12345678910>>...35