Home
last modified time | relevance | path

Searched refs:self (Results 101 – 125 of 398) sorted by relevance

12345678910>>...16

/PHP-8.1/ext/phar/tests/files/
H A Dnophar.phar116 fseek($fp, self::LEN);
135 $info = self::_unpack($m);
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
152 $temp = self::tmpdir();
165 self::$temp = $temp;
166 self::$origdir = getcwd();
192 include self::START;
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
[all …]
H A Dopenssl.phar116 fseek($fp, self::LEN);
135 $info = self::_unpack($m);
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
152 $temp = self::tmpdir();
165 self::$temp = $temp;
166 self::$origdir = getcwd();
192 include self::START;
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
[all …]
H A Dopenssl256.phar116 fseek($fp, self::LEN);
135 $info = self::_unpack($m);
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
152 $temp = self::tmpdir();
165 self::$temp = $temp;
166 self::$origdir = getcwd();
192 include self::START;
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
[all …]
H A Dopenssl512.phar116 fseek($fp, self::LEN);
135 $info = self::_unpack($m);
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
152 $temp = self::tmpdir();
165 self::$temp = $temp;
166 self::$origdir = getcwd();
192 include self::START;
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
[all …]
/PHP-8.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar116 fseek($fp, self::LEN);
135 $info = self::_unpack($m);
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
152 $temp = self::tmpdir();
165 self::$temp = $temp;
166 self::$origdir = getcwd();
192 include self::START;
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
[all …]
H A Dopenssl.phar116 fseek($fp, self::LEN);
135 $info = self::_unpack($m);
138 if ($f & self::GZ) {
145 if ($f & self::BZ2) {
152 $temp = self::tmpdir();
165 self::$temp = $temp;
166 self::$origdir = getcwd();
192 include self::START;
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
[all …]
/PHP-8.1/Zend/tests/
H A Dbug69017.phpt11 public static $a1 = array(self::ONE => 'one');
12 public static $a2 = array(self::ZERO => 'zero');
13 public static $a3 = array(self::MAX => 'zero');
H A Dclosure_055.phpt2 Closure 055: self::class in static closure in static method.
9 return self::class;
H A Dclosure_056.phpt2 Closure 056: self::class in non-static closure in static method.
9 return self::class;
H A Dbug41026.phpt2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
10 register_shutdown_function (array ("self", "on_shutdown"));
H A Dclosure_053.phpt2 Closure 053: self::class in static closure in non-static method.
9 return self::class;
H A Dclosure_054.phpt2 Closure 054: self::class in non-static closure in non-static method.
9 return self::class;
H A Dmagic_methods_021.phpt7 public static function __set_state(array $data): self {}
15 public static function __set_state(array $data): Foo3|self {}
H A Dtemporary_cleaning_012.phpt8 self::$property = new self;
H A Dclass_name_as_scalar.phpt9 const A = self::class;
14 var_dump(self::class); // self compile time lookup
23 $one = self::class,
26 $four = self::B
H A Dbug66015.phpt12 self::FIRST => 'first',
20 var_export(self::$array);
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_toString_004.phpt7 const C = self::UNKNOWN;
17 Undefined constant self::UNKNOWN
H A DReflectionClassConstant_toString_error.phpt7 const X = self::UNKNOWN;
18 Undefined constant self::UNKNOWN
/PHP-8.1/tests/classes/
H A Dconstants_basic_005.phpt7 const CONST_2 = self::CONST_1;
8 const CONST_1 = self::BASE_CONST;
H A Dconstants_visibility_001.phpt8 var_dump(self::publicConst);
11 var_dump(self::publicConst);
/PHP-8.1/Zend/tests/return_types/
H A D021.phpt2 Return type allows self
6 public static function getInstance() : self {
/PHP-8.1/Zend/tests/grammar/
H A Dsemi_reserved_006.phpt18 private static function self(){ echo __METHOD__, PHP_EOL; }
35 TraitB::self as public;
52 Foo::self();
66 TraitB::self
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh8461-008.phpt30 $this->foo = self::A + $b;
36 $x += self::A;
44 parent::__construct(self::B);
/PHP-8.1/Zend/tests/traits/
H A Dbug74922c.phpt7 public $x = self::X;
10 public $x = self::X;
/PHP-8.1/ext/openssl/tests/
H A DServerClientTestCase.inc47 if (!isset(self::$instance)) {
48 self::$instance = new self($isWorker);
51 return self::$instance;
56 if (!isset(self::$instance)) {
57 self::$instance = $this;

Completed in 28 milliseconds

12345678910>>...16