Home
last modified time | relevance | path

Searched refs:T (Results 1 – 25 of 184) sorted by path

12345678

/PHP-7.4/
H A DREADME.REDIST.BINS215 M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
/PHP-7.4/Zend/tests/anon/
H A D010.phpt6 trait T {
15 use T;
/PHP-7.4/Zend/tests/
H A Dbug47771.phpt23 $T =new Test(throw_exc());
H A Dbug60536_001.phpt5 trait T { private $x = 0; }
7 use T;
10 use T;
H A Dbug61165.phpt7 class T {
18 $t = new T;
21 strip_tags(new T);
25 object(T)#%d (1) {
H A Dbug62358.phpt6 trait T {
8 echo "from T";
17 use T;
H A Dbug62907.phpt9 eval ("abstract class A { use T { T::__construct as __asconstruct; }}");
10 } else if ($name == "T") {
11 eval ("trait T { public function __construct() { } }");
H A Dbug69420.phpt6 trait T {
19 use T;
H A Dbug70957.phpt11 trait T {
18 use T;
22 Warning: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php o…
H A Dbug76667.phpt6 class T {
18 $x = new T;
H A Dbug78787.phpt6 trait T {
16 use T;
H A Dclass_alias_012.phpt13 class_alias(__NAMESPACE__ .'\foo', __NAMESPACE__ .'\T');
16 var_dump(new T);
21 $var = __NAMESPACE__ .'\T';
H A Dclass_alias_013.phpt13 $alias1 = __NAMESPACE__ .'\T';
19 var_dump(new \test\baz\foo, new \test\baz\T\BAR);
H A Dconstant_expressions_exceptions.inc2 const T = array(1,2) - array(0);
H A Dconstant_expressions_exceptions_001.phpt5 const T = array(1,2) - array(0);
H A Ddtor_scope.phpt5 class T
20 class TT extends T
H A Dheredoc_011.phpt11 If you DON'T see this, something's wrong.
20 If you DON'T see this, something's wrong.
H A Dnowdoc_011.phpt11 If you DON'T see this, something's wrong.
20 If you DON'T see this, something's wrong.
H A Dparent_class_name_without_parent.phpt6 trait T {
13 use T;
H A Dstatic_variable_in_private_trait_method.phpt6 trait T {
19 use T;
25 use T;
/PHP-7.4/Zend/tests/traits/
H A Dbug65576a.phpt6 trait T
24 use T;
H A Dbug65576b.phpt6 trait T
25 use T;
H A Dbug74922c.phpt6 trait T {
13 use T, T2;
H A Dno_static_arg_binding.phpt6 trait T {
17 use T;
/PHP-7.4/Zend/tests/traits/bugs/
H A Dalias01.phpt6 function m1() { echo "T:m1\n"; }
7 function m2() { echo "T:m2\n"; }
22 T:m1
23 T:m1
24 T:m2

Completed in 26 milliseconds

12345678