Home
last modified time | relevance | path

Searched refs:use (Results 51 – 75 of 948) sorted by relevance

12345678910>>...38

/PHP-7.4/Zend/tests/traits/
H A Dtrait_constant_001.phpt13 use TestTrait;
21 use TestTrait;
25 use TestTraitIndirect;
H A Derror_002.phpt2 Trying to use an undefined trait
7 use abc;
/PHP-7.4/Zend/tests/grammar/
H A Dregression_006.phpt11 USE = 'use';
26 use
27 use
H A Dregression_007.phpt7 const use = 'yay';
23 (new Foo)->self()::new()->self()->self()::use
28 var_dump(Foo::use);
H A Dregression_009.phpt2 Test to check regressions on use statements and lexer state
6 use A\B\C\D;
/PHP-7.4/ext/filter/tests/
H A D033.phpt33 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
35 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
37 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
39 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
41 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
43 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
45 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
47 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
49 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
51 Deprecated: filter_var(): FILTER_SANITIZE_MAGIC_QUOTES is deprecated, use FILTER_SANITIZE_ADD_SLASH…
/PHP-7.4/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.inc14 use T1;
18 use T2;
31 use T3;
/PHP-7.4/Zend/tests/
H A Dns_002.phpt13 use test\ns1\Foo as Bar;
14 use test\ns1 as ns2;
15 use test\ns1;
H A Dbug60536_003.phpt15 use AHelloProperty;
19 use AHelloProperty;
23 use AHelloProperty;
H A Dns_061.phpt2 061: use in global scope
6 use \A as B;
H A Dspecial_name_error1.phpt2 Cannot use special class name as namespace
10 Fatal error: Cannot use 'self' as namespace name in %s on line %d
H A Dbug75426.phpt2 Bug #75426: "Cannot use empty array elements" reports wrong position
15 Fatal error: Cannot use empty array elements in arrays in %s on line 5
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_trailing_comma_error_03.phpt2 Group use declarations mustn't allow more than one comma
5 use Baz\{Foo,,};
H A Dns_trailing_comma_error_05.phpt2 Group use declarations mustn't contain two commas mid-list
5 use Baz\{Foo,,Bar};
H A Dbug69174.phpt2 Bug #69174 (leaks when unused inner class use traits precedence)
7 use T1, T2 {
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch89 ->>>>>0 use tga-image
91 ->>>>>0 use tga-image
93 ->>>>>0 use tga-image
95 ->>>>>0 use tga-image
97 ->>>>>0 use tga-image
101 +>>>>0 use tga-image
103 +>>>>0 use tga-image
105 +>>>>0 use tga-image
107 +>>>>0 use tga-image
109 +>>>>0 use tga-image
[all …]
/PHP-7.4/Zend/tests/use_const/
H A Dcase_sensivity.phpt7 use const foo\bar;
8 use const foo\BAR;
/PHP-7.4/Zend/tests/use_function/
H A Dno_conflict_with_classes.phpt2 "use function" should not conflict with class names
10 use function bar;
H A Dignore_constants.phpt2 use function should ignore namespaced constants
15 use function foo\bar;
/PHP-7.4/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-7.4/Zend/tests/return_types/
H A D022.phpt6 $test = function() use($foo) : Closure {
7 return function() use ($foo) {

Completed in 52 milliseconds

12345678910>>...38