Home
last modified time | relevance | path

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

123456789

/PHP-5.3/
H A DNEWS1426 constants with self::). (Gustavo)
1979 with an access to self::). (Felipe)
3700 - Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause
4309 - Fixed bug #41633 (Crash instantiating classes with self-referencing
4555 - Fixed bug #41026 (segfault when calling "self::method()" in shutdown functions).
4851 type hint self). (thekid at php dot net)
5308 to self::). (Johannes)
5630 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
H A DINSTALL779 Special use for error pages or self-made directory listings (PHP >= 4.3.3)
792 Another possibility is to generate self-made directory listings. Just
/PHP-5.3/win32/
H A Dinstall.txt960 Special use for error pages or self-made directory listings (PHP >= 4.3.3)
973 Another possibility is to generate self-made directory listings. Just
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c17546 pthread_t self = pthread_self(); in pthreadMutexEnter() local
17547 if( p->nRef>0 && pthread_equal(p->owner, self) ){ in pthreadMutexEnter()
17552 p->owner = self; in pthreadMutexEnter()
17589 pthread_t self = pthread_self(); in pthreadMutexTry() local
17590 if( p->nRef>0 && pthread_equal(p->owner, self) ){ in pthreadMutexTry()
17595 p->owner = self; in pthreadMutexTry()

Completed in 424 milliseconds

123456789