Home
last modified time | relevance | path

Searched refs:self (Results 251 – 275 of 316) sorted by relevance

1...<<111213

/PHP-7.1/ext/openssl/tests/
H A Dopenssl.cnf13 x509_extensions = v3_ca # The extensions to add to the self signed cert
/PHP-7.1/Zend/tests/traits/
H A Dbug55214.phpt19 return self::$static_var;
/PHP-7.1/ext/standard/tests/general_functions/
H A Dbug40398.phpt2 Bug #40398 (parent and self callback functions erroneously called statically)
/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt14 self(){ echo __METHOD__, PHP_EOL; }
H A Dsemi_reserved_001.phpt71 function self(){ echo __METHOD__, PHP_EOL; }
150 $obj->self();
228 Obj::self
H A Dsemi_reserved_002.phpt71 static function self(){ echo __METHOD__, PHP_EOL; }
148 Obj::self();
226 Obj::self
/PHP-7.1/Zend/tests/
H A Dlsb_015.phpt43 self::simpleCatch();
/PHP-7.1/ext/standard/tests/file/
H A Dlstat_stat_variation10.phpt38 // compare self stats
H A Dlstat_stat_variation17.phpt35 // compare self stats
H A Dlstat_stat_variation1.phpt37 // compare the self stat
H A Dlstat_stat_variation11.phpt37 // compare self stats
H A Dlstat_stat_variation13.phpt38 // compare self stats
H A Dlstat_stat_variation14.phpt38 // compare self stats
H A Dlstat_stat_variation16.phpt36 // compare self stats
H A Dlstat_stat_variation2.phpt35 // compare self stats
H A Dlstat_stat_variation4.phpt40 // compare self stats
H A Dlstat_stat_variation7.phpt35 // compare self stats
H A Dstat_variation2-win32.phpt41 // compare self stats
H A Dstat_variation5-win32.phpt40 // compare self stats
H A Dlstat_stat_variation12.phpt42 // compare self stats
H A Dlstat_stat_variation15.phpt42 // compare self stats
H A Dlstat_stat_variation21.phpt43 // compare self stats
/PHP-7.1/ext/opcache/tests/
H A Dcompact_literals.phpt102 var_dump(self::H);
109 var_dump(self::H);
/PHP-7.1/ext/spl/examples/
H A Drecursivecomparedualiterator.inc30 function __construct(RecursiveDualIterator $it, $mode = self::LEAVES_ONLY, $flags = 0)
/PHP-7.1/ext/spl/tests/
H A Diterator_052.phpt12 $this->uk = $flags & self::USE_KEY;

Completed in 34 milliseconds

1...<<111213