Home
last modified time | relevance | path

Searched refs:self (Results 326 – 328 of 328) sorted by relevance

1...<<11121314

/PHP-7.4/
H A DCONTRIBUTING.md65 Where possible, please include a self-contained reproduction case!
H A DNEWS1136 . Fixed bug #79193 (Incorrect type inference for self::$field =& $field).
/PHP-7.4/build/
H A Dlibtool.m4984 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
987 if (self)
989 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
990 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
991 /* dlclose (self); */

Completed in 25 milliseconds

1...<<11121314