Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/php-src/Zend/tests/
H A Dbug53958.phpt2 Bug #53958 (Closures can't 'use' shared variables by value and by reference)
7 $fn1 = function() use ($a) {echo "$a\n"; $a++;};
8 $fn2 = function() use ($a) {echo "$a\n"; $a++;};
17 $fn1 = function() use (&$b) {echo "$b\n"; $b++;};
18 $fn2 = function() use (&$b) {echo "$b\n"; $b++;};
27 $fn1 = function() use (&$c) {echo "$c\n"; $c++;};
28 $fn2 = function() use ($c) {echo "$c\n"; $c++;};
37 $fn1 = function() use ($d) {echo "$d\n"; $d++;};
38 $fn2 = function() use (&$d) {echo "$d\n"; $d++;};
H A Dns_093.phpt2 Group use declarations and whitespace nuances
8 use Foo\Bar \{ A };
10 use Foo\Bar\ { B };
12 use Foo\Bar
17 use Foo\Bar\
H A Dstring_offset_as_object.phpt55 Cannot use string offset as an object
56 Cannot use string offset as an object
57 Cannot use string offset as an object
58 Cannot use string offset as an object
59 Cannot use string offset as an object
60 Cannot use string offset as an object
61 Cannot use string offset as an object
62 Cannot use string offset as an object
63 Cannot use string offset as an object
H A Ddynamic_class_const_fetch.phpt49 Cannot use value of type null as class constant name
52 Cannot use value of type null as class constant name
57 Cannot use value of type int as class constant name
58 Cannot use value of type int as class constant name
59 Cannot use value of type int as class constant name
60 Cannot use value of type int as class constant name
61 Cannot use value of type array as class constant name
62 Cannot use value of type array as class constant name
63 Cannot use value of type array as class constant name
64 Cannot use value of type array as class constant name
H A Dindexing_001.phpt64 Cannot use a scalar value as an array
66 Cannot use a scalar value as an array
68 Cannot use a scalar value as an array
83 Cannot use a scalar value as an array
101 Cannot use a scalar value as an array
103 Cannot use a scalar value as an array
105 Cannot use a scalar value as an array
116 Cannot use a scalar value as an array
133 Cannot use a scalar value as an array
135 Cannot use a scalar value as an array
[all …]
H A Dbug42859.phpt8 use Blah\Exception;
9 use Blah\Ex;
12 Fatal error: Cannot use Blah\Ex as Ex because the name is already in use in %sbug42859.php on line 6
H A Dns_033.phpt5 use A;
6 use \B;
9 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
11 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
/php-src/Zend/tests/offsets/
H A Dobject_container_offset_behaviour.phpt10 Cannot use object of type stdClass as array
12 Cannot use object of type stdClass as array
14 Cannot use object of type stdClass as array
16 Cannot use object of type stdClass as array
18 Cannot use object of type stdClass as array
20 Cannot use object of type stdClass as array
22 Cannot use object of type stdClass as array
24 Cannot use object of type stdClass as array
26 Cannot use object of type stdClass as array
28 Cannot use object of type stdClass as array
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_check.c74 uint32_t b2 = ctx->cfg_map[use]; in ir_check_domination()
80 return def < use; in ir_check_domination()
91 ir_ref i, j, n, *p, use; in ir_check() local
106 use = *p; in ir_check()
107 if (use != IR_UNUSED) { in ir_check()
108 if (IR_IS_CONST_REF(use)) { in ir_check()
129 && use >= i in ir_check()
216 && use >= i in ir_check()
249 && use > 0 in ir_check()
301 use = *p; in ir_check()
[all …]
/php-src/Zend/tests/traits/
H A Dconstant_002.phpt15 use TestTrait2;
20 use TestTrait1;
21 use TestTrait2;
25 use TestTrait1;
26 use TestTrait3;
30 use TestTrait1;
31 use TestTrait3;
/php-src/ext/opcache/tests/
H A Dbug70423.phpt19 $fn1 = function() use ($a) {echo "$a\n"; $a++;};
20 $fn2 = function() use ($a) {echo "$a\n"; $a++;};
29 $fn1 = function() use (&$b) {echo "$b\n"; $b++;};
30 $fn2 = function() use (&$b) {echo "$b\n"; $b++;};
39 $fn1 = function() use (&$c) {echo "$c\n"; $c++;};
40 $fn2 = function() use ($c) {echo "$c\n"; $c++;};
49 $fn1 = function() use ($d) {echo "$d\n"; $d++;};
50 $fn2 = function() use (&$d) {echo "$d\n"; $d++;};
/php-src/sapi/cli/tests/
H A D012.phpt22 string(32) "You can use -R or -F only once.
24 string(32) "You can use -R or -F only once.
26 string(32) "You can use -R or -F only once.
28 string(32) "You can use -R or -F only once.
30 string(26) "You can use -f only once.
32 string(26) "You can use -B only once.
34 string(26) "You can use -E only once.
36 string(26) "You can use -r only once.
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Secure;
10 use Random\Engine\Test\TestShaEngine;
11 use Random\Engine\Xoshiro256StarStar;
12 use Random\IntervalBoundary;
13 use Random\Randomizer;
H A DnextInt.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Secure;
10 use Random\Engine\Test\TestShaEngine;
11 use Random\Engine\Xoshiro256StarStar;
12 use Random\Randomizer;
H A DnextFloat.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Secure;
10 use Random\Engine\Test\TestShaEngine;
11 use Random\Engine\Xoshiro256StarStar;
12 use Random\Randomizer;
H A DgetBytes.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Secure;
10 use Random\Engine\Test\TestShaEngine;
11 use Random\Engine\Xoshiro256StarStar;
12 use Random\Randomizer;
H A DgetInt.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Secure;
10 use Random\Engine\Test\TestShaEngine;
11 use Random\Engine\Xoshiro256StarStar;
12 use Random\Randomizer;
H A DshuffleArray.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Secure;
10 use Random\Engine\Test\TestShaEngine;
11 use Random\Engine\Xoshiro256StarStar;
12 use Random\Randomizer;
/php-src/Zend/tests/use_const/
H A Dconflicting_use_alias.phpt2 use and use const with the same alias
11 use foo as bar;
12 use const foo as bar;
H A Dconflicting_use.phpt2 use const statements with conflicting names
15 use const foo\baz, bar\baz;
21 Fatal error: Cannot use const bar\baz as baz because the name is already in use in %s on line %d
/php-src/Zend/tests/use_function/
H A Dconflicting_use_alias.phpt2 use and use function with the same alias
13 use foo as bar;
14 use function foo as bar;
H A Dcase_insensivity.phpt7 use function foo\bar;
8 use function foo\BAR;
13 Fatal error: Cannot use function foo\BAR as BAR because the name is already in use in %s on line %d
H A Dconditional_function_declaration.phpt2 function that is conditionally defined is subject to symbol use checks
11 use function bar\foo;
17 Fatal error: Cannot use function bar\foo as foo because the name is already in use in %s on line %d
H A Dconflicting_use_const_alias.phpt2 use const and use function with the same alias
14 use const foo as bar;
15 use function foo as bar;
/php-src/ext/random/tests/03_randomizer/
H A Dcompatibility_user.phpt6 use Random\Engine;
7 use Random\Engine\Mt19937;
8 use Random\Engine\PcgOneseq128XslRr64;
9 use Random\Engine\Test\TestWrapperEngine;
10 use Random\Engine\Xoshiro256StarStar;
11 use Random\Randomizer;

Completed in 71 milliseconds

12345678910>>...56