Home
last modified time | relevance | path

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

1...<<111213

/PHP-7.1/ext/ldap/tests/
H A DREADME79 1. A self signed certificate can be generated using:
/PHP-7.1/ext/pdo/tests/
H A Dpdo_011.phpt53 return new self($id, $val);
/PHP-7.1/Zend/tests/
H A Ddebug_backtrace_options.phpt38 $obj = new self();
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c350 struct pdo_pgsql_lob_self *self = (struct pdo_pgsql_lob_self*)stm->abstract; in pgsql_stmt_param_hook() local
357 P->oid = htonl(self->oid); in pgsql_stmt_param_hook()
/PHP-7.1/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-7.1/
H A DREADME.EXT_SKEL129 self-contained extensions to use phpdoc system for their documentation, this
H A DINSTALL575 Special use for error pages or self-made directory listings (PHP >= 4.3.3)
588 Another possibility is to generate self-made directory listings. Just
H A DNEWS546 . Fixed bug #75079 (self keyword leads to incorrectly generated TypeError when
1126 . Fixed bug #69676 (Resolution of self::FOO in class constants not correct).
/PHP-7.1/Zend/
H A DZEND_CHANGES353 $this->id = self::$id++;
358 $this->id = self::$id++;
580 return self::TraceFormat($this);
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic2441 # [JW] see exe section for self-extracting version
2576 >>>0x161 string WINZIP \b, WinZIP self-extracting
13482 #>69 string EXTR (self-extracting archive)
14636 >0x1c string RJSX \b, ARJ self-extracting archive
14656 >0x24 string \ $ARX \b, ARX self-extracting archive
14661 >0x7a string Windows\ self-extracting\ ZIP \b, ZIP self-extracting archive
14665 >0x17888 string Rar! \b, RAR self-extracting archive
14672 >>>&0 string PK\3\4 \b, ZIP self-extracting archive
14673 >>>&0 string Rar! \b, RAR self-extracting archive
17588 # def __init__ (self, ...):
[all …]
H A Dmagic私はガラスを食べられます2441 # [JW] see exe section for self-extracting version
2576 >>>0x161 string WINZIP \b, WinZIP self-extracting
13482 #>69 string EXTR (self-extracting archive)
14636 >0x1c string RJSX \b, ARJ self-extracting archive
14656 >0x24 string \ $ARX \b, ARX self-extracting archive
14661 >0x7a string Windows\ self-extracting\ ZIP \b, ZIP self-extracting archive
14665 >0x17888 string Rar! \b, RAR self-extracting archive
14672 >>>&0 string PK\3\4 \b, ZIP self-extracting archive
14673 >>>&0 string Rar! \b, RAR self-extracting archive
17588 # def __init__ (self, ...):
[all …]
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DAPI264 2 free_self: [1: free all, 0: free memory used in region but not self]
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_structs.h1350 …def zend_uchar * (*func_auth_plugin__get_auth_data)(struct st_mysqlnd_authentication_plugin * self,
/PHP-7.1/build/
H A Dlibtool.m4988 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
991 if (self)
993 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
994 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
995 /* dlclose (self); */
/PHP-7.1/win32/
H A Dinstall.txt810 Special use for error pages or self-made directory listings (PHP >= 4.3.3)
823 Another possibility is to generate self-made directory listings. Just
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c25688 pthread_t self = pthread_self(); in pthreadMutexEnter() local
25689 if( p->nRef>0 && pthread_equal(p->owner, self) ){ in pthreadMutexEnter()
25694 p->owner = self; in pthreadMutexEnter()
25731 pthread_t self = pthread_self(); in pthreadMutexTry() local
25732 if( p->nRef>0 && pthread_equal(p->owner, self) ){ in pthreadMutexTry()
25737 p->owner = self; in pthreadMutexTry()

Completed in 454 milliseconds

1...<<111213