Searched refs:self (Results 226 – 250 of 398) sorted by relevance
12345678910>>...16
/PHP-8.1/Zend/tests/enum/ |
H A D | constant-aliases.phpt | 8 const Baz = self::Bar;
|
H A D | no-from.phpt | 9 public static function from(string|int $value): self {
|
H A D | unit-cases.phpt | 12 const Hearst = self::Hearts;
|
/PHP-8.1/ext/opcache/tests/ |
H A D | bug79193.phpt | 2 Bug #79193: Incorrect type inference for self::$field =& $field
|
/PHP-8.1/Zend/tests/ |
H A D | bug53347.phpt | 10 return isset( self::${$type}[$key] );
|
H A D | class_constants_007.phpt | 6 const X = ' ' . self::Y;
|
H A D | bug70958.phpt | 7 function bar($a = self::class) {
|
H A D | class_constants_006.phpt | 6 const X2 = 'X' . self::Y2;
|
H A D | bug69568.phpt | 12 return self::testprivate();
|
H A D | bug78770.phpt | 11 IntlChar::enumCharTypes('self::privateMethod');
|
H A D | symtable_cache_recursive_dtor.phpt | 9 if (self::$max-- < 0) return;
|
H A D | bug42772.phpt | 8 self::$foo = $this;
|
H A D | bug63976.phpt | 8 public $table = self::TABLE;
|
H A D | call_user_func_closure_from_static_method.phpt | 12 return self::exec(function(){
|
H A D | bug39721.phpt | 10 $this->instance = ++self::$instances;
|
/PHP-8.1/ext/reflection/tests/ |
H A D | bug70982.phpt | 9 var_dump(self::$abc);
|
H A D | ReflectionEnum_hasCase.phpt | 8 const Baz = self::Bar;
|
H A D | ReflectionClassConstant_isEnumCase.phpt | 8 const Baz = self::Bar;
|
/PHP-8.1/Zend/tests/type_declarations/ |
H A D | static_type_return.phpt | 11 return new self; 17 return new self;
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetchobject.phpt | 45 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 D | bug29446.phpt | 11 echo self::TEST_CONST;
|
/PHP-8.1/Zend/ |
H A D | micro_bench.php | 31 $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 D | inheritance006.phpt | 2 External covariant return type of self
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | tester.inc | 43 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 D | object_variance.phpt | 13 function method1($o = null): self {
|
Completed in 23 milliseconds
12345678910>>...16