Home
last modified time | relevance | path

Searched refs:t (Results 151 – 175 of 1771) sorted by path

12345678910>>...71

/PHP-7.4/Zend/tests/traits/
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
H A Dlanguage005.phpt33 $t = new Talker;
34 $t->smallTalk();
35 $t->bigTalk();
36 $t->talk();
H A Dlanguage009.phpt31 $t = new MyClass;
32 $t->foo();
H A Dlanguage015.phpt17 Fatal error: Required Trait T2 wasn't added to C in %slanguage015.php on line %d
H A Dlanguage016.phpt17 Fatal error: Required Trait T2 wasn't added to C in %slanguage016.php on line %d
H A Dlanguage017.phpt17 Fatal error: Required Trait T2 wasn't added to C in %slanguage017.php on line %d
H A Dno_static_arg_binding.phpt2 Don't statically bind arguments for self:: calls in traits
H A Dnoctor001.phpt2 Don't mark trait methods as constructor
H A Dproperty002.phpt25 $t = new TraitsTest;
26 $t->test();
H A Dproperty003.phpt23 $t = new TraitsTest;
24 $t->hello = "foo";
H A Dproperty004.phpt24 $t = new TraitsTest;
H A Dproperty005.phpt30 $t = new TraitsTest;
31 $t->hello = "foo";
H A Dtrait_constant_002.phpt17 $t = __TRAIT__;
18 var_dump($t);
19 $t = MyClass::test();
20 var_dump($t);
21 $t = someFun();
22 var_dump($t);
/PHP-7.4/Zend/tests/try/
H A Dfinally_goto_005.phpt10 return; // don't loop
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_038.phpt12 } catch(TypeError $t) {
13 var_dump($t->getMessage());
20 } catch(TypeError $t) {
21 var_dump($t->getMessage());
28 } catch(TypeError $t) {
29 var_dump($t->getMessage());
36 } catch(TypeError $t) {
37 var_dump($t->getMessage());
H A Dtyped_properties_075.phpt14 } catch(TypeError $t) {
15 var_dump($t->getMessage());
22 } catch(TypeError $t) {
23 var_dump($t->getMessage());
30 } catch(TypeError $t) {
31 var_dump($t->getMessage());
38 } catch(TypeError $t) {
39 var_dump($t->getMessage());
H A Dtyped_properties_078.phpt9 public ?Traversable $t;
18 $a->t = &$ref;
34 $a->t = &$ref;
48 string(89) "Typed property class@anonymous::$t must be an instance of Traversable or null, array us…
57 string(90) "Cannot assign array to reference held by property class@anonymous::$t of type ?Traversa…
H A Dtyped_properties_086.phpt12 $t = new T;
15 $t->$x = 2;
16 $t->$x--;
18 var_dump($t);
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_error.phpt2 Returns are covariant, but we don't allow the code due to class ordering
H A Denum_forward_compat.phpt2 Forward compatibility with types that look like classes but aren't
H A Dloading_exception1.phpt32 // Fallback to fatal error, as we can't unlink class B anymore.
H A Dloading_exception2.phpt34 // Fallback to fatal error, as we can't unlink class B anymore.
/PHP-7.4/Zend/tests/
H A Dxor_003.phpt6 $t = true;
9 var_dump($t ^ $f);
10 var_dump($t ^ $t);
/PHP-7.4/Zend/
H A Dzend_execute.c2218 zend_uchar t = slow_index_convert(ht, dim, &val EXECUTE_DATA_CC); in zend_fetch_dimension_address_inner() local
2220 if (t == IS_STRING) { in zend_fetch_dimension_address_inner()
2223 } else if (t == IS_LONG) { in zend_fetch_dimension_address_inner()
H A Dzend_hash.c165 int32x4_t t = vdupq_n_s32(-1); in zend_hash_real_init_mixed_ex() local
2127 zval *t, *s; in zend_hash_merge() local
2146 pCopyConstructor(t); in zend_hash_merge()
2151 pCopyConstructor(t); in zend_hash_merge()
2167 if (t && pCopyConstructor) { in zend_hash_merge()
2168 pCopyConstructor(t); in zend_hash_merge()
2171 t = zend_hash_index_add(target, p->h, s); in zend_hash_merge()
2172 if (t && pCopyConstructor) { in zend_hash_merge()
2173 pCopyConstructor(t); in zend_hash_merge()
2195 zval *t; in zend_hash_merge_ex() local
[all …]

Completed in 65 milliseconds

12345678910>>...71