Home
last modified time | relevance | path

Searched refs:self (Results 276 – 300 of 316) sorted by relevance

1...<<111213

/PHP-7.1/ext/standard/tests/file/
H A Dlstat_stat_variation3.phpt39 // compare self stats
H A Dlstat_stat_variation5.phpt41 // compare self stats
H A Dlstat_stat_variation8.phpt39 // compare self stats
H A Dstat_variation8-win32.phpt50 // compare self stats
H A Dlstat_stat_variation6.phpt53 // compare self stats
H A Dlstat_stat_variation9.phpt45 // compare self stats
H A Dsymlink_link_linkinfo_is_link_variation7.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link to self
/PHP-7.1/sapi/fpm/tests/
H A Dresponse.inc259 strpos($this->rawData, self::HEADER_SEPARATOR)
264 explode(self::HEADER_SEPARATOR, $this->rawData)
H A Dstatus.inc138 "<head><title>" . self::HTML_TITLE . "</title></head>\n" .
/PHP-7.1/ext/spl/tests/
H A Diterator_053.phpt12 $this->uk = $flags & self::USE_KEY;
H A Dbug65328.phpt192 if(true === $this->assureUnique && !self::checkUnique($parent, $this->uid)) {
/PHP-7.1/ext/spl/internal/
H A Drecursivearrayiterator.inc45 if ($this->current() instanceof self)
/PHP-7.1/Zend/tests/
H A Dconstant_expressions_classes.phpt21 … = parent::XX." extended by G"; public static function get_me($x = "got ".self::XX) { return $x; }…
/PHP-7.1/tests/classes/
H A Dconstants_basic_001.phpt31 const c18 = self::c17;
/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt70 const SELF = 'self';
223 self
/PHP-7.1/Zend/tests/assert/
H A Dexpect_015.phpt26 const Y = self::X, Z = "aaa";
167 const Y = self::X, Z = 'aaa';
/PHP-7.1/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt180 echo 'Access private instance method of parent object through "self::" to parent method'."\n";
212 Access private instance method of parent object through "self::" to parent method
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.c565 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data() argument
625 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data() argument
775 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data() argument
/PHP-7.1/TSRM/
H A Dtsrm_win32.c461 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
462 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar381 self::$classPath = dirname(__FILE__);
383 if (substr(self::$classPath, -1) != '/') {
384 self::$classPath .= '/';
387 if (file_exists(self::$classPath . 'gtClassMap.php')) {
388 include self::$classPath . 'gtClassMap.php';
389 self::$classMap = $gtClassMap;
408 if (isset(self::$classMap[$class])) {
409 include self::$classPath . self::$classMap[$class];
/PHP-7.1/ext/standard/tests/serialize/
H A D005.phpt77 switch(++self::$check)
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt34 var_dump($st->fetchAll(PDO::FETCH_FUNC, array('self', 'foo')));
/PHP-7.1/ext/standard/
H A Dproc_open.c381 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
383 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-7.1/
H A DCONTRIBUTING.md30 Where possible, please include a self-contained reproduction case!
/PHP-7.1/scripts/
H A Dphpize.m41 dnl This file becomes configure.in for self-contained extensions.

Completed in 55 milliseconds

1...<<111213