Home
last modified time | relevance | path

Searched refs:use (Results 126 – 150 of 1030) sorted by relevance

12345678910>>...42

/PHP-8.0/Zend/tests/traits/
H A Dbug75607a.phpt18 use T1;
28 use T2;
H A Dflattening003.phpt20 use Hello, World;
24 use HelloWorld;
H A Dbug76539.phpt14 use MyTrait;
18 use MyTrait;
H A Dbug76773.phpt20 use MyTrait;
25 use MyTrait;
H A Dproperty008.phpt22 use AHelloProperty;
26 use AHelloProperty;
30 use AHelloProperty;
H A Dproperty009.phpt22 use AHelloProperty;
26 use AHelloProperty;
30 use AHelloProperty;
H A Dconflict002.phpt21 use HelloWorld;
22 use HelloWorld2;
/PHP-8.0/Zend/tests/
H A Dname_collision_08.phpt11 use function Foo\bar;
16 Fatal error: Cannot declare function Bazzle\bar because the name is already in use in %s on line %d
H A Dname_collision_09.phpt11 use const Foo\BAR;
16 Fatal error: Cannot declare const Bazzle\BAR because the name is already in use in %s on line %d
H A Derrmsg_044.phpt2 Trying use object of type stdClass as array
11 Fatal error: Uncaught Error: Cannot use object of type stdClass as array in %s:%d
H A Dns_095.phpt22 use \Foo\Bar\{ClassA, ClassB, ClassC};
23 use function \Foo\Bar\{fn_a, fn_b, fn_c};
24 use const \Foo\Bar\{CONST_A, CONST_B, CONST_C};
H A Dns_092.phpt2 Typed group use statements
16 use function Foo\Bar\{
23 use const Foo\Bar\{
29 use Foo\Bar\{ A, B, const BAR as BOZ };
H A Dclosure_004.phpt9 $lambda1 = function () use ($x) {
13 $lambda2 = function () use (&$x) {
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
18 Fatal error: Can't use method return value in write context in %s on line %d
H A Dclosure_009.phpt6 $x = function ($x) use ($a) {
12 $y = function ($x) use (&$a) {
H A Dns_042.phpt9 use test\ns1 as ns2;
10 use test as ns3;
H A Dbug69388.phpt14 eval('namespace {use Exception;}');
18 The use statement with non-compound name 'Exception' has no effect
H A Dclosure_012.phpt5 $lambda = function () use ($i) {
11 $lambda = function () use (&$i) {
H A Dclass_name_as_scalar_error_007.phpt19 Cannot use "self" in the global scope
20 Cannot use "self" in the global scope
/PHP-8.0/ext/opcache/tests/
H A Dpreload.inc32 use T1;
38 use T2;
49 use T1 {
/PHP-8.0/ext/phar/tests/
H A Dinvalid_setstubalias.phpt42 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
43 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
44 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
45 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
/PHP-8.0/tests/run-test/
H A Dtest010.phpt11 use this to input some thing to the php script
14 use this to input some thing to the php script
/PHP-8.0/Zend/tests/traits/bugs/
H A Doverridding-conflicting-methods.phpt20 use THello1;
21 use THello2;
/PHP-8.0/ext/reflection/tests/
H A Dbug69180.phpt15 use T1 { foo as bar; }
25 use T2;
/PHP-8.0/ext/standard/tests/array/
H A Dbug61730.phpt9 function($value, $key) use ($myArray)
17 function($value, $key) use (&$myArray)

Completed in 30 milliseconds

12345678910>>...42