Searched refs:parents (Results 1 – 22 of 22) sorted by relevance
/PHP-7.2/ext/standard/tests/serialize/ |
H A D | bug35895.phpt | 6 private $parents; 8 return array("parents"); 24 Notice: serialize(): "parents" returned as member variable from __sleep() but does not exist in %sb…
|
/PHP-7.2/ext/opcache/tests/ |
H A D | bug75570.phpt | 7 function renderRawGraph(array $parents) { 9 foreach ($parents as $p) {
|
/PHP-7.2/ext/standard/tests/class_object/ |
H A D | method_exists_basic_003.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | is_a_variation_003.phpt | 8 * Description: Returns true if the object is of this class or has this class as one of its parents
|
H A D | is_subclass_of_variation_003.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | get_class_vars_variation2.phpt | 66 echo "\n-- From a parents static context --\n"; 133 -- From a parents static context --
|
H A D | method_exists_basic_002.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | is_a_error_001.phpt | 8 * Description: Returns true if the object is of this class or has this class as one of its parents
|
H A D | is_subclass_of_error_001.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | is_a_variation_001.phpt | 8 * Description: Returns true if the object is of this class or has this class as one of its parents
|
H A D | is_subclass_of_variation_001.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | method_exists_basic_001.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | is_a_variation_002.phpt | 8 * Description: Returns true if the object is of this class or has this class as one of its parents
|
H A D | is_subclass_of_variation_004.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
H A D | is_subclass_of_variation_002.phpt | 6 * Description: Returns true if the object has this class as one of its parents
|
/PHP-7.2/ext/spl/internal/ |
H A D | parentiterator.inc | 13 * @brief Iterator to filter parents
|
H A D | recursiveiteratoriterator.inc | 26 /** 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 D | recursivearrayiterator.inc | 19 * the same functionality as FilterIterator. This allows you to skip parents
|
H A D | recursivefilteriterator.inc | 19 * the same functionality as FilterIterator. This allows you to skip parents
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 88 HashTable parents; member
|
H A D | phpdbg_watch.c | 342 zend_hash_index_del(&coll->parents, (zend_ulong) watch); 343 if (zend_hash_num_elements(&coll->parents) == 0) { 359 zend_hash_destroy(&coll->parents); 408 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0); 411 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch); 432 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0); 435 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch); 885 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) { 932 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) {
|
H A D | xml.md | 299 - 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 31 milliseconds