Home
last modified time | relevance | path

Searched refs:self (Results 226 – 250 of 398) sorted by relevance

12345678910>>...16

/PHP-8.1/Zend/tests/enum/
H A Dconstant-aliases.phpt8 const Baz = self::Bar;
H A Dno-from.phpt9 public static function from(string|int $value): self {
H A Dunit-cases.phpt12 const Hearst = self::Hearts;
/PHP-8.1/ext/opcache/tests/
H A Dbug79193.phpt2 Bug #79193: Incorrect type inference for self::$field =& $field
/PHP-8.1/Zend/tests/
H A Dbug53347.phpt10 return isset( self::${$type}[$key] );
H A Dclass_constants_007.phpt6 const X = ' ' . self::Y;
H A Dbug70958.phpt7 function bar($a = self::class) {
H A Dclass_constants_006.phpt6 const X2 = 'X' . self::Y2;
H A Dbug69568.phpt12 return self::testprivate();
H A Dbug78770.phpt11 IntlChar::enumCharTypes('self::privateMethod');
H A Dsymtable_cache_recursive_dtor.phpt9 if (self::$max-- < 0) return;
H A Dbug42772.phpt8 self::$foo = $this;
H A Dbug63976.phpt8 public $table = self::TABLE;
H A Dcall_user_func_closure_from_static_method.phpt12 return self::exec(function(){
H A Dbug39721.phpt10 $this->instance = ++self::$instances;
/PHP-8.1/ext/reflection/tests/
H A Dbug70982.phpt9 var_dump(self::$abc);
H A DReflectionEnum_hasCase.phpt8 const Baz = self::Bar;
H A DReflectionClassConstant_isEnumCase.phpt8 const Baz = self::Bar;
/PHP-8.1/Zend/tests/type_declarations/
H A Dstatic_type_return.phpt11 return new self;
17 return new self;
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject.phpt45 self::$static_set_calls, $this->set_calls);
52 $prop, var_export($value, true), $this->set_calls, self::$static_set_calls);
60 self::$static_set_calls++;
/PHP-8.1/tests/classes/
H A Dbug29446.phpt11 echo self::TEST_CONST;
/PHP-8.1/Zend/
H A Dmicro_bench.php31 $x = self::$a;
37 self::$a = 0;
43 $x = isset(self::$a);
49 $x = empty(self::$a);
58 self::f();
/PHP-8.1/Zend/tests/return_types/
H A Dinheritance006.phpt2 External covariant return type of self
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc43 self::FILE_EXT_LOG_ACC,
44 self::FILE_EXT_LOG_ERR,
45 self::FILE_EXT_LOG_SLOW,
46 self::FILE_EXT_PID,
151 self::$supportedFiles
157 self::$filesToClean
167 self::cleanConfigFiles();
175 if (is_dir(self::CONF_DIR)) {
179 rmdir(self::CONF_DIR);
261 $tester = new self($configTemplate, '', [], self::getCallerFileName());
[all …]
/PHP-8.1/Zend/tests/type_declarations/variance/
H A Dobject_variance.phpt13 function method1($o = null): self {

Completed in 23 milliseconds

12345678910>>...16