Home
last modified time | relevance | path

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

123456789

/PHP-5.3/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_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.3/ext/spl/internal/
H A Drecursivearrayiterator.inc45 if ($this->current() instanceof self)
/PHP-5.3/tests/classes/
H A Dconstants_basic_001.phpt31 const c18 = self::c17;
/PHP-5.3/ext/ldap/tests/
H A DREADME8 1. A self signed certificate can be generated using:
/PHP-5.3/ext/spl/tests/
H A Diterator_052.phpt12 $this->uk = $flags & self::USE_KEY;
H A Diterator_053.phpt12 $this->uk = $flags & self::USE_KEY;
/PHP-5.3/TSRM/
H A Dtsrm_win32.c445 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
446 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
/PHP-5.3/ext/standard/tests/serialize/
H A D005.phpt77 switch(++self::$check)
/PHP-5.3/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.3/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.3/ext/standard/
H A Dproc_open.c460 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
462 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
/PHP-5.3/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.3/scripts/
H A Dphpize.m41 dnl This file becomes configure.in for self-contained extensions.
/PHP-5.3/ext/pdo/tests/
H A Dpdo_011.phpt53 return new self($id, $val);
/PHP-5.3/Zend/tests/
H A Ddebug_backtrace_options.phpt38 $obj = new self();
/PHP-5.3/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.3/
H A DREADME.EXT_SKEL106 self-contained extensions to use phpdoc system for their documentation, this
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1969 # [JW] see exe section for self-extracting version
10081 #>69 string EXTR (self-extracting archive)
11150 >0x24 string \ $ARX \b, ARX self-extracting archive
11154 >0x17888 string Rar! \b, RAR self-extracting archive
11155 >0x40 string aPKG \b, aPackage self-extracting archive
11167 >>>&0 string PK\3\4 \b, ZIP self-extracting archive
11168 >>>&0 string Rar! \b, RAR self-extracting archive
11176 >0x1c string RJSX \b, ARJ self-extracting archive
11182 >0x7a string Windows\ self-extracting\ ZIP \b, ZIP self-extracting archive
11231 >>4 string \ $ARX \b, ARX self-extracting archive
[all …]
/PHP-5.3/Zend/
H A DZEND_CHANGES353 $this->id = self::$id++;
358 $this->id = self::$id++;
580 return self::TraceFormat($this);
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI247 2 free_self: [1: free all, 0: free memory used in region but not self]
/PHP-5.3/build/
H A Dlibtool.m4982 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
985 if (self)
987 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
988 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
989 /* dlclose (self); */

Completed in 144 milliseconds

123456789