Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/opcache/tests/
H A Dbug75570.phpt7 function renderRawGraph(array $parents) {
9 foreach ($parents as $p) {
/PHP-7.3/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 Dget_class_vars_variation2.phpt66 echo "\n-- From a parents static context --\n";
133 -- From a parents static context --
H A Dmethod_exists_basic_002.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dis_a_error_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_error_001.phpt6 * Description: Returns true if the object has this class as one of its parents
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_a_variation_002.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_004.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dis_subclass_of_variation_002.phpt6 * Description: Returns true if the object has this class as one of its parents
/PHP-7.3/ext/spl/internal/
H A Dparentiterator.inc13 * @brief Iterator to filter parents
H A Drecursiveiteratoriterator.inc26 /** Mode: Show parents prior to their children */
45 * - SELF_FIRST show parents prior to their childs
175 /** @return Current Depth (Number of parents)
H A Drecursivearrayiterator.inc19 * the same functionality as FilterIterator. This allows you to skip parents
H A Drecursivefilteriterator.inc19 * the same functionality as FilterIterator. This allows you to skip parents
/PHP-7.3/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);
886 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) {
933 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 37 milliseconds