Searched refs:self (Results 201 – 225 of 414) sorted by relevance
12345678910>>...17
/PHP-8.2/ext/openssl/tests/ |
H A D | CertificateGenerator.inc | 48 $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 D | forward_static_call_003.phpt | 19 echo self::NAME, "\n"; 29 echo self::NAME, "\n";
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionParameter_DefaultValueConstant_basic1.phpt | 31 public function baz($param1 = self::bar, $param2=Foo2::bar, $param3=CONST_TEST_1) { 49 string(9) "self::bar"
|
H A D | static_properties_002.phpt | 10 echo __METHOD__ . '(' . self::$prop . ")\n"; 23 echo __METHOD__ . '(' . self::$prop . ")\n";
|
H A D | ReflectionEnum_getCase.phpt | 8 const Bar = self::Foo; 13 const Bar = self::Foo;
|
H A D | gh9447.phpt | 16 $d = new self(), 35 Parameter #3 [ <optional> $d = new self() ]
|
/PHP-8.2/Zend/tests/ |
H A D | class_constant_inheritance_mutable_data.phpt | 12 const X = 'X' . self::Y; 16 const X2 = 'X2' . self::Y2;
|
H A D | objects_022.phpt | 2 Testing 'self', 'parent' as type-hint 13 public function testFoo(self $obj) {
|
H A D | bug70918.phpt | 18 self::x; 44 string(50) "Cannot access "self" when no class scope is active"
|
H A D | gh7771_2_definition.inc | 5 self::BAZ
|
H A D | bug41640.phpt | 7 public $x = self::FOO;
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | gh8461-004.phpt | 39 $this->foo = self::A + $b; 48 parent::__construct(self::B);
|
H A D | gh8461-001.inc | 12 $x += self::A;
|
H A D | gh8461-002.inc | 12 $x += self::A;
|
H A D | gh8461-003.inc | 17 $this->foo = self::A + $b;
|
H A D | gh8461-004.inc | 17 $this->foo = self::A + $b;
|
/PHP-8.2/ext/opcache/tests/opt/ |
H A D | sccp_024.phpt | 17 $b = "self"; 40 0004 T2 = INSTANCEOF CV0($obj) string("self")
|
/PHP-8.2/ext/opcache/tests/ |
H A D | preload_undef_const.inc | 3 const A = self::DOES_NOT_EXIST;
|
H A D | preload_overwritten_prop_init.inc | 8 public $prop = self::FOOBAR;
|
H A D | parent_type_not_interned.phpt | 9 public function test(): self {
|
/PHP-8.2/ext/tidy/tests/ |
H A D | 027.phpt | 14 self::$tidyconfig = array( 32 $tidy->parseString($data, self::$tidyconfig, 'utf8');
|
/PHP-8.2/tests/classes/ |
H A D | clone_006.phpt | 12 $this->id = self::$id++; 17 $this->id = self::$id++;
|
/PHP-8.2/ext/spl/tests/ |
H A D | iterator_047.phpt | 12 if (self::$fail == $state) 21 self::fail(1, __METHOD__); 28 self::fail(2, __METHOD__);
|
/PHP-8.2/ext/random/tests/ |
H A D | engines.inc | 57 $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 D | spoofchecker_self_references.phpt | 2 SpoofChecker with self references
|
Completed in 29 milliseconds
12345678910>>...17