Home
last modified time | relevance | path

Searched refs:use (Results 151 – 175 of 1030) sorted by relevance

12345678910>>...42

/PHP-8.0/Zend/tests/traits/
H A Dbug64070.phpt15 use first_trait {
27 use second_trait;
H A Dproperty002.phpt15 use THello1;
16 use THello2;
H A Derror_001.phpt2 Trying to use instanceof for a method twice
20 use foo {
H A Dbug55214.phpt28 use ATrait;
32 use ATrait;
36 use Indirect;
H A Dproperty006.phpt14 // Now we use the trait, which happens to introduce another private variable
18 use THello1;
26 use THello1;
H A Dconflict001.phpt20 use THello1;
21 use THello2;
H A Dlanguage013.phpt17 use Counter;
21 use Counter;
H A Dmethods_002.phpt19 use foo;
20 use baz;
/PHP-8.0/Zend/tests/
H A Dbug60536_001.phpt7 use T;
10 use T;
H A Dns_085.phpt6 use \foo;
17 use foo\bar as foo1;
H A Dbug60536_004.phpt14 // Now we use the trait, which happens to introduce another private variable
18 use THello1;
26 use THello1;
H A Dstatic_variable_in_private_trait_method.phpt19 use T;
25 use T;
H A Dns_091.phpt2 Group use statements with compound namespaces
13 use Foo\Bar\{ A, Baz\B };
H A Dns_trailing_comma_01.phpt2 Mixed group use declaration can contain trailing comma
17 use Foo\{
H A Dbug62907.phpt2 Bug #62907 (Double free when use traits)
9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
H A Dbug75079.phpt22 use Foo;
27 use Foo;
H A Dparent_class_name_without_parent.phpt13 use T;
20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
H A Dbug70156.phpt20 use T1 {
23 use T2 {
/PHP-8.0/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt18 use THelloB;
19 use THelloA;
H A Dabstract-methods06.phpt18 use THelloA;
19 use THelloB;
H A Dcase-sensitive.phpt18 use A;
19 use B;
/PHP-8.0/ext/spl/tests/
H A DArrayObject_exchange_array_during_sorting.phpt2 Can't use exchangeArray() while ArrayObject is being sorted
8 $ao->uasort(function($a, $b) use ($ao, &$i) {
/PHP-8.0/sapi/cli/tests/
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.
/PHP-8.0/Zend/tests/type_declarations/union_types/
H A Dinheritance.phpt26 use T;
30 use T;
34 use T;
/PHP-8.0/ext/tokenizer/tests/
H A Dbug77966.phpt9 use A {
31 T_USE: "use"

Completed in 21 milliseconds

12345678910>>...42