Home
last modified time | relevance | path

Searched refs:self (Results 201 – 225 of 233) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/file/
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-5.5/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-5.5/ext/spl/internal/
H A Drecursivearrayiterator.inc45 if ($this->current() instanceof self)
/PHP-5.5/tests/classes/
H A Dconstants_basic_001.phpt31 const c18 = self::c17;
/PHP-5.5/ext/ldap/tests/
H A DREADME8 1. A self signed certificate can be generated using:
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c358 mysqlnd_native_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_native_auth_get_auth_data() argument
418 mysqlnd_pam_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_pam_auth_get_auth_data() argument
571 mysqlnd_sha256_auth_get_auth_data(struct st_mysqlnd_authentication_plugin * self, in mysqlnd_sha256_auth_get_auth_data() argument
/PHP-5.5/TSRM/
H A Dtsrm_win32.c443 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
444 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-5.5/ext/standard/tests/serialize/
H A D005.phpt77 switch(++self::$check)
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt99 Special use for error pages or self-made directory listings
114 Another posibility is to generate self-made directory listings.
/PHP-5.5/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-5.5/ext/standard/
H A Dproc_open.c419 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
421 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c308 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
315 P->oid = htonl(self->oid); in pgsql_stmt_param_hook()
/PHP-5.5/scripts/
H A Dphpize.m41 dnl This file becomes configure.in for self-contained extensions.
/PHP-5.5/ext/pdo/tests/
H A Dpdo_011.phpt53 return new self($id, $val);
/PHP-5.5/Zend/tests/
H A Ddebug_backtrace_options.phpt38 $obj = new self();
/PHP-5.5/ext/openssl/
H A DREADME235 Creating a self signed certificate
237 To generate a self signed certificate from the key that is valid for
/PHP-5.5/
H A DREADME.EXT_SKEL129 self-contained extensions to use phpdoc system for their documentation, this
/PHP-5.5/Zend/
H A DZEND_CHANGES353 $this->id = self::$id++;
358 $this->id = self::$id++;
580 return self::TraceFormat($this);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2155 # [JW] see exe section for self-extracting version
2290 >>>0x161 string WINZIP \b, WinZIP self-extracting
12004 #>69 string EXTR (self-extracting archive)
13071 >0x1c string RJSX \b, ARJ self-extracting archive
13091 >0x24 string \ $ARX \b, ARX self-extracting archive
13096 >0x7a string Windows\ self-extracting\ ZIP \b, ZIP self-extracting archive
13100 >0x17888 string Rar! \b, RAR self-extracting archive
13107 >>>&0 string PK\3\4 \b, ZIP self-extracting archive
13108 >>>&0 string Rar! \b, RAR self-extracting archive
15165 # def __init__ (self, ...):
[all …]

Completed in 84 milliseconds

12345678910