Home
last modified time | relevance | path

Searched refs:self (Results 176 – 200 of 316) sorted by relevance

12345678910>>...13

/PHP-7.1/Zend/tests/
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;
H A Dbug60825.phpt10 self::$x = $this;
H A Dbug51176.phpt9 self::bar();
H A Dbug35393.phpt13 return self::$type;
H A Dcall_static_007.phpt14 self::Bar();
H A Dclass_constant_to_reference_cached.phpt12 $this->prop = self::TEST;
H A Dbug33257.phpt10 return self::$arr;
H A Dobjects_021.phpt10 self::$i++;
/PHP-7.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-7.1/tests/classes/
H A Dbug29446.phpt11 echo self::TEST_CONST;
H A Dstatic_this.phpt10 self::Test1();
H A Dproperty_override_privateStatic_private.phpt10 echo self::$p . "\n";
H A Dproperty_override_privateStatic_protected.phpt10 echo self::$p . "\n";
H A Dproperty_override_privateStatic_public.phpt10 echo self::$p . "\n";
H A Dproperty_override_private_privateStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_private_protectedStatic.phpt19 echo self::$p . "\n";
H A Dproperty_override_private_publicStatic.phpt19 echo self::$p . "\n";
/PHP-7.1/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc9 $dsn = self::getDSN($mydsn);
83 return self::extractVersion($db->getAttribute(PDO::ATTR_CLIENT_VERSION));
87 return self::extractVersion($db->getAttribute(PDO::ATTR_SERVER_VERSION));
171 $db = self::factory();
/PHP-7.1/sapi/fpm/tests/
H A Dlogtool.inc128 self::P_TIME,
130 self::P_PREFIX
146 self::P_TIME, $this->getExpectedLevel(),
147 self::P_PREFIX
153 if ($matches[1] !== substr(self::FINAL_SUFFIX, $this->suffixPosition)) {
214 if (strpos(self::FINAL_SUFFIX, $finalSuffix) === false) {
217 if (self::FINAL_SUFFIX !== $finalSuffix) {
325 $pattern = sprintf('/^%s %s: %s$/', self::P_TIME, $type, $expectedMessage);
/PHP-7.1/ext/reflection/tests/
H A Dbug63614.phpt16 self::A => 'a'
/PHP-7.1/Zend/tests/return_types/
H A Dinheritance008.phpt2 External covariant return type of self
/PHP-7.1/ext/opcache/tests/
H A Dbug73402.phpt22 $logger->{self::LOG_LEVEL}('test');
/PHP-7.1/Zend/tests/try/
H A Dcatch_003.phpt15 self::fail();

Completed in 80 milliseconds

12345678910>>...13