Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/spl/tests/
H A Dbug45826.phpt35 return parent::serialize();
39 return parent::unserialize($s);
H A Diterator_046.phpt18 parent::__construct($it, $flags);
H A Dbug41692.phpt10 parent::__construct($this->foo);
H A Dspl_pq_top_error_corrupt.phpt15 return parent::compare($a, $b);
H A Dbug50579.phpt8 parent::__construct(array(
H A Dbug40036.phpt9 parent::__construct($array, ArrayObject::ARRAY_AS_PROPS);
/PHP-5.5/ext/reflection/tests/
H A Dbug37964.phpt2 Reflection Bug #37964 (Reflection shows private methods of parent class)
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_003.phpt20 forward_static_call(array('parent', 'test'));
/PHP-5.5/Zend/tests/
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug27798.phpt25 parent::__construct();
H A Dbug30162.phpt18 parent::__construct();
/PHP-5.5/Zend/
H A Dzend_interfaces.c299 if (class_type->get_iterator || (class_type->parent && class_type->parent->get_iterator)) { in zend_implement_traversable()
476 if (class_type->parent in zend_implement_serializable()
477 && (class_type->parent->serialize || class_type->parent->unserialize) in zend_implement_serializable()
478 && !instanceof_function_ex(class_type->parent, zend_ce_serializable, 1 TSRMLS_CC)) { in zend_implement_serializable()
/PHP-5.5/ext/spl/
H A Dspl_heap.c389 zend_class_entry *parent = class_type; in spl_heap_object_new_ex() local
426 while (parent) { in spl_heap_object_new_ex()
427 if (parent == spl_ce_SplPriorityQueue) { in spl_heap_object_new_ex()
434 if (parent == spl_ce_SplMinHeap) { in spl_heap_object_new_ex()
439 if (parent == spl_ce_SplMaxHeap) { in spl_heap_object_new_ex()
444 if (parent == spl_ce_SplHeap) { in spl_heap_object_new_ex()
448 parent = parent->parent; in spl_heap_object_new_ex()
454 if (!parent) { /* this must never happen */ in spl_heap_object_new_ex()
460 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
464 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
/PHP-5.5/sapi/litespeed/
H A DREADME171 will be killed by the parent process immediately.
182 will be killed by the parent process. This option can help getting rid
188 In Self Managed Mode, LSAPI_PGRP_MAX_IDLE controls how long the parent
190 This option help releasing system resources taken by an idle parent
196 By default a LSAPI application check the existence of its parent process
197 and exits automatically if the parent process died. This is to reduce
201 you want to disable the checking of existence of parent process.
/PHP-5.5/ext/date/tests/
H A DDateTime_extends_basic2.phpt19 parent::__construct($date, $dtz);
H A Dbug67118.phpt15 @parent::__construct($time, $tz);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28969.phpt15 parent::__construct($wsdl, $options);
H A Dbug29844.phpt19 parent::__construct($wsdl, $options);
H A Dbug38055.phpt18 parent::__construct($wsdl);
H A Dbug42692.phpt16 parent::__construct($wsdl, $options);
H A Dbug46419.phpt14 parent::__construct($wsdl, $options);
/PHP-5.5/ext/soap/tests/
H A Dtransport001.phpt14 parent::__construct($wsdl, $options);
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug48773.phpt19 parent::__construct($dsn, $username, $password, $driver_options);
/PHP-5.5/ext/mysqli/tests/
H A Dbug33491.phpt16 $result = parent::query($query);
/PHP-5.5/ext/posix/tests/
H A Dposix_getppid_error.phpt10 * Description: Get the parent process id (POSIX.1, 4.1.1)

Completed in 78 milliseconds

12345678910>>...15