Home
last modified time | relevance | path

Searched refs:parents (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/standard/tests/serialize/
H A Dbug35895.phpt6 private $parents;
8 return array("parents");
24 Notice: serialize(): "parents" returned as member variable from __sleep() but does not exist in %sb…
/PHP-7.4/ext/opcache/tests/
H A Dbug75570.phpt7 function renderRawGraph(array $parents) {
9 foreach ($parents as $p) {
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_003.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dis_a_variation_003.phpt6 * Description: Returns true if the object is of this class or has this class as one of its parents
H A Dis_subclass_of_variation_003.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dmethod_exists_basic_002.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dget_class_vars_variation2.phpt66 echo "\n-- From a parents static context --\n";
133 -- From a parents static context --
H A Dis_a_variation_001.phpt6 * Description: Returns true if the object is of this class or has this class as one of its parents
H A Dis_subclass_of_variation_001.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dmethod_exists_basic_001.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dis_subclass_of_variation_004.phpt6 * Description: Returns true if the object has this class as one of its parents
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h88 HashTable parents; member
H A Dphpdbg_watch.c343 zend_hash_index_del(&coll->parents, (zend_ulong) watch);
344 if (zend_hash_num_elements(&coll->parents) == 0) {
360 zend_hash_destroy(&coll->parents);
409 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0);
412 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
433 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0);
436 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
887 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) {
934 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) {
H A Dxml.md299 - Each class is enumerated with first a <class>, then an optional <parents> container and the…
300 - The <parents> container contains the <class> elements of the parent of the last <class> …

Completed in 28 milliseconds