Home
last modified time | relevance | path

Searched refs:parent (Results 351 – 357 of 357) sorted by relevance

1...<<1112131415

/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in416 ; %P: PID of the parent of the child that serviced the request
/PHP-5.5/Zend/
H A Dzend_execute.c1437 array_offset = jmp_to->parent; in zend_brk_cont()
H A Dzend_operators.c1760 instance_ce = instance_ce->parent; in instanceof_function_ex()
/PHP-5.5/
H A DNEWS1897 . Fixed bug #60833 (self, parent, static behave inconsistently
3857 parent::__constr crashed PHP). (Hannes)
5176 parent dir). (Etienne)
5586 parent class). (Felipe)
6115 - Fixed bug #48215 (Calling a method with the same name as the parent class
6416 - Fixed bug #47801 (__call() accessed via parent:: operator is provided
7260 from a parent class). (Dmitry)
7702 parent is killed). (Dmitry)
8069 - Fixed bug #37627 (session save_path check checks the parent directory).
8680 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
[all …]
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar792 * parent class for preconditions
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1758 2003/02/10: [impl] lift up head_exact value from child qualifier node to parent.
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c53912 static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){
53944 if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){
53945 TRACE(("PTRMAP_UPDATE: %d->(%d,%d)\n", key, eType, parent));
53949 put4byte(&pPtrmap[offset+1], parent);

Completed in 371 milliseconds

1...<<1112131415