Home
last modified time | relevance | path

Searched refs:self (Results 201 – 225 of 414) sorted by relevance

12345678910>>...17

/PHP-8.2/ext/openssl/tests/
H A DCertificateGenerator.inc48 $this->caKey = self::generateKey();
63 'config' => self::CONFIG,
70 'config' => self::CONFIG,
129 $this->lastKey = self::generateKey($keyLength);
/PHP-8.2/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt19 echo self::NAME, "\n";
29 echo self::NAME, "\n";
/PHP-8.2/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_basic1.phpt31 public function baz($param1 = self::bar, $param2=Foo2::bar, $param3=CONST_TEST_1) {
49 string(9) "self::bar"
H A Dstatic_properties_002.phpt10 echo __METHOD__ . '(' . self::$prop . ")\n";
23 echo __METHOD__ . '(' . self::$prop . ")\n";
H A DReflectionEnum_getCase.phpt8 const Bar = self::Foo;
13 const Bar = self::Foo;
H A Dgh9447.phpt16 $d = new self(),
35 Parameter #3 [ <optional> $d = new self() ]
/PHP-8.2/Zend/tests/
H A Dclass_constant_inheritance_mutable_data.phpt12 const X = 'X' . self::Y;
16 const X2 = 'X2' . self::Y2;
H A Dobjects_022.phpt2 Testing 'self', 'parent' as type-hint
13 public function testFoo(self $obj) {
H A Dbug70918.phpt18 self::x;
44 string(50) "Cannot access "self" when no class scope is active"
H A Dgh7771_2_definition.inc5 self::BAZ
H A Dbug41640.phpt7 public $x = self::FOO;
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh8461-004.phpt39 $this->foo = self::A + $b;
48 parent::__construct(self::B);
H A Dgh8461-001.inc12 $x += self::A;
H A Dgh8461-002.inc12 $x += self::A;
H A Dgh8461-003.inc17 $this->foo = self::A + $b;
H A Dgh8461-004.inc17 $this->foo = self::A + $b;
/PHP-8.2/ext/opcache/tests/opt/
H A Dsccp_024.phpt17 $b = "self";
40 0004 T2 = INSTANCEOF CV0($obj) string("self")
/PHP-8.2/ext/opcache/tests/
H A Dpreload_undef_const.inc3 const A = self::DOES_NOT_EXIST;
H A Dpreload_overwritten_prop_init.inc8 public $prop = self::FOOBAR;
H A Dparent_type_not_interned.phpt9 public function test(): self {
/PHP-8.2/ext/tidy/tests/
H A D027.phpt14 self::$tidyconfig = array(
32 $tidy->parseString($data, self::$tidyconfig, 'utf8');
/PHP-8.2/tests/classes/
H A Dclone_006.phpt12 $this->id = self::$id++;
17 $this->id = self::$id++;
/PHP-8.2/ext/spl/tests/
H A Diterator_047.phpt12 if (self::$fail == $state)
21 self::fail(1, __METHOD__);
28 self::fail(2, __METHOD__);
/PHP-8.2/ext/random/tests/
H A Dengines.inc57 $result = (self::rotl(($this->s0 + $this->s3) & 0xFFFFFFFF, 7) + $this->s0) & 0xFFFFFFFF;
68 $this->s3 = self::rotl($this->s3, 11);
/PHP-8.2/ext/intl/tests/
H A Dspoofchecker_self_references.phpt2 SpoofChecker with self references

Completed in 29 milliseconds

12345678910>>...17