Searched refs:parents (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/standard/tests/serialize/ |
H A D | bug35895.phpt | 6 private $parents; 8 return array("parents"); 24 Warning: serialize(): "parents" returned as member variable from __sleep() but does not exist in %s…
|
/php-src/ext/opcache/tests/ |
H A D | bug75570.phpt | 7 function renderRawGraph(array $parents) { 9 foreach ($parents as $p) {
|
H A D | gh8846.phpt | 2 Bug GH-8846: Delayed early binding can be used for classes without parents
|
/php-src/ext/dom/tests/ |
H A D | DOMNode_DOMNameSpaceNode_isConnected.phpt | 20 echo "--- Appending and checking connection isn't broken for parents ---\n"; 47 --- Appending and checking connection isn't broken for parents ---
|
/php-src/Zend/ |
H A D | zend_property_hooks.c | 55 zend_class_entry **parents = emalloc(sizeof(zend_class_entry*) * parent_count); in zho_build_properties_ex() local 58 parents[i++] = pce; in zho_build_properties_ex() 64 zend_class_entry *pce = parents[i]; in zho_build_properties_ex() 101 efree(parents); in zho_build_properties_ex()
|
/php-src/ext/standard/tests/class_object/ |
H A D | get_class_vars_variation2.phpt | 60 echo "\n-- From a parents static context --\n"; 126 -- From a parents static context --
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 86 HashTable parents; member
|
H A D | phpdbg_watch.c | 398 zend_hash_index_del(&coll->parents, (zend_ulong) watch); 399 if (zend_hash_num_elements(&coll->parents) == 0) { 415 zend_hash_destroy(&coll->parents); 464 zend_hash_init(&coll->parents, 8, NULL, NULL, 0); 467 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch); 488 zend_hash_init(&coll->parents, 8, NULL, NULL, 0); 491 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch); 938 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) { 988 ZEND_HASH_MAP_FOREACH_PTR(&watch->coll->parents, parent) {
|
/php-src/build/ |
H A D | gen_stub.php | 4094 * @param Name[] $parents 4096 …ctionToClassSynopsis(DOMDocument $doc, DOMElement $classSynopsis, array $parents, string $label, s… argument 4098 if (empty($parents)) { 4107 foreach ($parents as $parent) {
|
Completed in 37 milliseconds